Pathway/iTS SCREEN COBOL Reference Manual (H06.10+, J06.03+)
Compilation
HP NonStop Pathway/iTS SCREEN COBOL Reference Manual—426750-003
7-10
ENDIF Command
ENDIF Command
The ENDIF command terminates the effect of a preceding IF or IFNOT command.
toggle-number
is the
toggle-number
specified in the IF or IFNOT command.
ERRORS Command
The ERRORS command sets the maximum number of errors allowed during
compilation.
nnnnn
is an integer from 0 through 32,767.
If this command is omitted, the default limit is 100 errors.
If the limit set by the ERROR command is exceeded, the compilation terminates.
HEADING Command
The HEADING command replaces or sets to blanks the heading portion of the
standard top-of-page line that appears on each page of the compilation listing.
"
character-string
"
is a string of any ASCII characters enclosed in quotation marks. At least one
character must appear. If a quotation mark is part of the string, it must be
represented as two contiguous quotation marks. The character string is used in all
subsequent top-of-page lines.
If the
character-string
option is omitted, the heading portion of these lines is
set to all blanks.
ENDIF
toggle-number
ERRORS
nnnnn
HEADING [ "
character-string
" ]










