COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

SQL works only if LIST is active and SUPPRESS is not.Dependencies:
References:
LIST and NOLIST
SUPPRESS and NOSUPPRESS
STANDARD
For complete list of all reserved COBOL words, see All Reserved Words” (page 731).
1985
Causes the compiler to apply the COBOL-1985 standard.
2002
Causes the compiler to apply the COBOL-2002 standard.
STANDARD 1985Default:
In the command linePlacement:
Applies to the compilation unitScope:
STANDARD 2002 is incompatible with the FIPS and SUBSET directives. Whichever
directive is specified first takes effect; whichever is specified next causes the compiler
to issue a warning and has no other effect.
STANDARD 2002 is compatible with the BASED, ALLOCATE, and FREE features.
Dependencies:
References:
FIPS and NOFIPS
SUBSET
“BASED Clause” (page 220)
ALLOCATE” (page 289)
“FREE” (page 333)
SUBSET
NOTE: Put this directive before the Identification Division header of the first program unit in the
compilation unit.
parameter-list
998 Compiler Directives