COBOL Manual for TNS and TNS/R Programs
Compiler Directives
HP COBOL Manual for TNS and TNS/R Programs—522555-006
36-44
SUBTYPE
SUBTYPE
SUPPRESS and NOSUPPRESS
Note. Do not use this directive in the OSS environment.
Default: SUBTYPE 0
Placement: Anywhere
Scope: The last SUBTYPE in the program applies.
Dependencies: For the NMCOBOL compiler, SUBTYPE is appropriate only if the
program was compiled with RUNNABLE.
References: RUNNABLE
Default: NOSUPPRESS
Placement: Accepted anywhere, but to suppress the compiler listing without altering
the source text, put SUPPRESS on the command line.
Scope: Applies until its opposite overrides it
Dependencies: SUPPRESS overrides LIST (and therefore, it also overrides CODE,
CROSSREF, ICODE, LMAP, MAP, SHOWCOPY, and SQL).
References:
•
LIST and NOLIST
•
CODE and NOCODE
•
CROSSREF and NOCROSSREF
•
ICODE and NOICODE
•
LMAP and NOLMAP
•
MAP and NOMAP
•
SHOWCOPY and NOSHOWCOPY
•
SQL and NOSQL
SUBTYPE subtype-number
VST323.vsd
SUPPRESS
NOSUPPRESS
VST324.vsd