COBOL Manual for TNS and TNS/R Programs
Compiler Directives
HP COBOL Manual for TNS and TNS/R Programs—522555-006
36-12
DIAGNOSEALL and NODIAGNOSEALL
DIAGNOSEALL and NODIAGNOSEALL
ENDIF
ENDUNIT
Default: NODIAGNOSEALL
Placement: Anywhere
Scope: Applies until its opposite overrides it
Dependencies: None
Default: None
Placement: Must be either on a directive line of its own or be the last of a sequence
of directives
Dependencies: Requires a preceding IF or IFNOT directive with the same toggle-
number
References: IF and IFNOT
Default: The compiler detects the end of a Procedure Division by encountering
either an END PROGRAM statement or the end of the file.
Placement: Must be either on a directive line of its own or be the last of a sequence
of directives
Scope: Applies to program unit
Dependencies: None
DIAGNOSEALL
NODIAGNOSEALL
VST470.vsd
toggle-numberENDIF
VST278.vsd
ENDUNIT
VST279.vsd