Skip this step if you are not using Compiler.
These members, found in QMFHPO.SRAASKEL, contain skeleton JCL:
The CICS library names are assumed to follow the SDFH naming convention as adopted beginning with CICS 3.2. If you will be compiling programs for earlier versions of CICS, modify the following three lines in this member:
// DSN=#AACICSPR#.SDFHLOAD // DSN=#AACICSPR#.SDFHLOAD // DSN=#AACICSPR#.SDFHCOB
This skeleton JCL supports the compiling of OS/VS COBOL and VS COBOL II programs only. If you are using AD/Cycle COBOL/370 or COBOL for MVS, you must perform any customization necessary for those products.
Add a JOBLIB card to this JCL to identify the library that contains your site's sort program. This is not necessary if the sort program exists in a linklist or LPA library.
This skeleton JCL supports the compiling of OS/VS COBOL and VS COBOL II programs only. If you are using COBOL for MVS or COBOL for OS/390, you must perform any customization necessary for those products.
Modify the default job cards found at the beginning of this member. These default cards will be used if a user does not specify the default job cards when running a program.