CICS reserved word table (IGYCCICS)
Enterprise COBOL provides an alternate reserved word table for CICS® application programs so that COBOL words that are not supported under CICS are flagged by the compiler.
The CICS reserved word table is the
same as the default reserved word table except that the following
COBOL words are marked as restricted (RSTR):
Notes:
- If
you intend to use the
SORT
statement under CICS (COBOL supports an interface for theSORT
statement under CICS), you must change the CICS reserved-word table to remove the words from the list of words marked as restricted. - The
SORT
keyword is not restricted, but theSD
keyword is. This allows you to use the format 2 (table) sort statement but not the format 1 (file) sort statement. - If you restrict the
DELETE
keyword, you may still use the DELETE function of BASIS processing.