You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mc...@apache.org on 2004/04/12 20:32:11 UTC

cvs commit: apache-1.3/src/os/tpf/samples linkhttp.jcl

mccreedy    2004/04/12 11:32:11

  Modified:    src/os/tpf/samples linkhttp.jcl
  Log:
  Add a dataset line to the IBM TPF JCL sample.
  
  Revision  Changes    Path
  1.6       +1 -0      apache-1.3/src/os/tpf/samples/linkhttp.jcl
  
  Index: linkhttp.jcl
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/tpf/samples/linkhttp.jcl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- linkhttp.jcl	28 Oct 2002 20:29:06 -0000	1.5
  +++ linkhttp.jcl	12 Apr 2004 18:32:11 -0000	1.6
  @@ -11,6 +11,7 @@
   //             DD DISP=SHR,DSN=<your-final-syslib-dsn>
   //PLKED.OBJLIB DD DISP=SHR,DSN=<your-first-objlib-dsn>
   //             DD DISP=SHR,DSN=<your-final-objlib-dsn>
  +//PLKED.SYSDEFSD DD DISP=SHR,DSN=<your-dsd-dsn>(CHTA<vv>)
   //PLKED.OBJ01  DD PATH='/<your-path-here>/src/buildmark.o'
   //PLKED.OBJ02  DD PATH='/<your-path-here>/src/modules.o'
   //PLKED.OBJ03  DD PATH='/<your-path-here>/src/ap/ap_base64.o'