Creating or modifying a reserved word table

You can create a reserved word table, or modify one of the existing reserved word tables.

Edit a copy of the appropriate source file:
  • Member IGY8RWRD in Start of changeIGY.V6R2M0End of change.SIGYSAMP (the IBM-supplied default reserved word table)
  • Member IGY8CICS in Start of changeIGY.V6R2M0End of change.SIGYSAMP (the IBM-supplied CICS® reserved word table)
  • A user file (user-supplied reserved word table)
You must also modify and invoke the appropriate non-SMP/E JCL.
Your file should have four parts: Parts I, II, III, and IV. Modify the file and non-SMP/E JCL as follows:
  1. Make a private copy of the file.
  2. Skip Part I (all lines up to and including the line with the keyword MOD). Make no alterations in this part of the file!
  3. Edit Part II by placing asterisks in column 1 of the lines that contain reserved words for which you do not want informational messages issued.
  4. Edit Part III by placing asterisks in column 1 of the lines that contain reserved words for which you do not want severe messages issued.
  5. Edit Part IV by coding additional reserved word control statements that create the modifications that you want, as described in Coding control statements.
  6. Modify and run the JCL, as described in Running JCL that creates a reserved word table. You also must create a unique 1- to 4-character identification for the new reserved word table and supply it in the JCL. Start of changeYour user-defined reserved word table will be a program object in a PDSE dataset.End of change