]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a dataset line to the IBM TPF JCL sample.
authorDavid McCreedy <mccreedy@apache.org>
Mon, 12 Apr 2004 18:32:11 +0000 (18:32 +0000)
committerDavid McCreedy <mccreedy@apache.org>
Mon, 12 Apr 2004 18:32:11 +0000 (18:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103366 13f79535-47bb-0310-9956-ffa450edef68

src/os/tpf/samples/linkhttp.jcl

index b0c0ebd29dbf7a0b9175b9fbfbbf99917ab8e22b..fa026c1318ebb039fb02d6892cf884b5e51bec9e 100644 (file)
@@ -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'