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
IGY.V6R2M0
.SIGYSAMP (the IBM-supplied default reserved word table)
- Member IGY8CICS in
IGY.V6R2M0
.SIGYSAMP (the IBM-supplied CICS® reserved word table)
- A user file (user-supplied reserved word table)
Your file should have four parts: Parts I, II, III, and IV. Modify
the file and non-SMP/E JCL as follows:
- Make a private copy of the file.
- Skip Part I (all lines up to and including the line with the keyword MOD). Make no alterations in this part of the file!
- 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.
- 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.
- Edit Part IV by coding additional reserved word control statements that create the modifications that you want, as described in Coding control statements.
- 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.
Your user-defined reserved word table will be a program object in a PDSE dataset.