Modifying and running non-SMP/E JCL
Use sample job IGYWRWD in IGY.V6R2M0
.SIGYSAMP to create or modify
a reserved word table.
The sample job uses a member based on IGY8RWRD or
IGY8CICS in IGY.V6R2M0
.SIGYSAMP as
the input to the reserve word utility. It creates program object IGYCxxxx (where xxxx is
the user identification) in
IGY.V6R2M0
.SIGYCOMP.
To modify the JCL for IGYWRWD, do these steps:
- Modify the job statement for your site.
- Add JES ROUTE records if required.
- Change the data set name on the STEPLIB DD statement in STEP1 to match the compiler target data set name you used during installation.
- To point to your modified reserved word table, do only one
of the following steps:
- Change the data set name in //RSWDREAD DD DSN=... to the data set name and member name of your modified reserved word table.
- Replace the RSWDREAD DD with //RSWDREAD DD * and insert your modified reserved table immediately following that line.
For specific instructions, see the comments in job IGYWRWD.
- Change the name of the data set in the SYSLMOD DD statement in STEP3 to match the name of the data set to which you are adding your modified reserved word table. (The data set name in the SYSLMOD DD statement should be the name of the compiler target data set.) Also, you must specify the name of your modified reserved word table in the parentheses that follow the data set name in the SYSLMOD DD statement.
After you run IGYWRWD, if you receive a nonzero return code from the table utility, use the error messages in the output data set specified on the RSWDPRNT DD statement to correct any mistakes and rerun the job.