COBOL Manual for TNS and TNS/R Programs
Program Compilation
HP COBOL Manual for TNS and TNS/R Programs—522555-006
11-125
SUBSET
SUBSET
SUBSET causes the compiler to report in the output listing any source statement that 
contains syntax that is obsolete or does not conform to the restrictions of a specified 
subset.
parameter-list
You cannot continue parameter-list onto subsequent lines, even if you 
enclose it in parentheses.
parameter
HIGH
reports syntax not defined in the High subset of ISO/ANSI COBOL (NUC 2, 
SEQ 2, REL 2, INX 2, IPC 2, STM 2), with respect to the required 
functional modules.
EXTENDED
accepts all defined syntax without comment (HP extensions plus those of 
HIGH), with respect to the required functional modules.
SUBSET parameter-list
( )
parameter-list
VST319.vsd
parameter
,
parameter
VST320.vsd
HIGH
EXTENDED
DEB1
SEG1
SEG2
OBSOLETE
VST321.vsd










