Modifying and running non-SMP/E JCL

Use sample job IGYWRWD in Start of changeIGY.V6R2M0End of change.SIGYSAMP to create or modify a reserved word table.

The sample job uses a member based on IGY8RWRD or IGY8CICS in Start of changeIGY.V6R2M0End of change.SIGYSAMP as the input to the reserve word utility. It creates program object IGYCxxxx (where xxxx is the user identification) in Start of changeIGY.V6R2M0End of change.SIGYCOMP.

To modify the JCL for IGYWRWD, do these steps:
  1. Modify the job statement for your site.
  2. Add JES ROUTE records if required.
  3. Change the data set name on the STEPLIB DD statement in STEP1 to match the compiler target data set name you used during installation.
  4. 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.

  5. 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.