COBOL Manual for TNS/E Programs (H06.03+)
Program Compilation
HP COBOL Manual for TNS/E Programs—520347-003
11-55
HEADING
HEADING
HEADING replaces or sets to spaces 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 one or more ASCII characters. If a quotation mark character is part of
the string, it must be represented as two contiguous quotation marks. The string is
used in all subsequent top-of-page lines.
If character-string is omitted, the heading portion of the top-of-page lines is
set to all spaces.
IF and IFNOT
IF
enables compilation of subsequent source text if the toggle with toggle-number
is set; disables it otherwise.
IFNOT
suppresses compilation of subsequent source text if the toggle with toggle-
number is set; enables it otherwise.
toggle-number
is an integer in the range 1 through 15.
Default: Standard top-of-page line
Placement: Anywhere
Scope: Applies until another HEADING overrides it
Dependencies: None
character-string
HEADING
" "
VST283.vsd
IF
IFNOT
toggle-number
VST287.vsd










