COBOL Manual for TNS and TNS/R Programs
Program Compilation
HP COBOL Manual for TNS and TNS/R Programs—522555-006
11-71
DIAGNOSEALL and NODIAGNOSEALL
DIAGNOSEALL and NODIAGNOSEALL
DIAGNOSEALL
causes the compiler to issue a warning each time it encounters an undefined
identifier, even if it already issued a warning for a previous use of that identifier.
NODIAGNOSEALL
causes the compiler to issue a warning the first time it encounters an undefined
identifier, but not if it already issued a warning for a previous use of that identifier.
ENDIF
ENDIF terminates the effect of a preceding IF or IFNOT directive.
toggle-number
is the toggle-number specified in a preceding IF or IFNOT directive.
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
DIAGNOSEALL
NODIAGNOSEALL
VST470.vsd
toggle-numberENDIF
VST278.vsd