WORD
WORD indicates which alternate reserved-word table is to be used during compilation.
- Default
- WORD=NO
- CICS
- A CICS-specific word table, IGYCCICS, is provided as an alternate reserved word table. For a description, see CICS reserved word table (IGYCCICS).
- xxxx
- Specifies an alternative default reserved word table to be used during compilation.
xxxx represents the ending characters (can be 1 to 4 characters in length)
of the name of the reserved word table used. The first 4 characters are IGYC. The last 4 characters
cannot be any one of the character strings mentioned in the following list, nor can any of them
contain the dollar sign character ($).
- CBE
- DGEN
- DIAG
- DMAP
- DOPT
- ECWI
- FGEN
- INIT
- LIBO
- LIBR
- LSTR
- LVL0
- LVL1
- LVL2
- LVL3
- LVL8
- OSCN
- PGEN
- RCTL
- RDPR
- RDSC
- RWT
- SAW
- SCAN
- SIMD
- XREF
- NO
- Indicates that no alternative reserved word table is to be used as the default.
Note:
- Specification of WORD affects the interpretation of input reserved words. System names (such as UPSI and SYSPUNCH) and the intrinsic function names should not be used as aliases for reserved words. If a function name is specified as an alias through the reserved word table ABBR control-statement, that function name will be recognized and diagnosed by the compiler as a reserved word and the intrinsic function will not be performed.
- Changing the default value of the WORD=XXXX option conflicts with all values for FLAGSTD other than NO.