COBOL Manual for TNS and TNS/R Programs
Program Compilation
HP COBOL Manual for TNS and TNS/R Programs—522555-006
11-79
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.
Default: Standard top-of-page line
Placement: Anywhere
Scope: Applies until another HEADING overrides it
Dependencies: None
character-string
HEADING
" "
VST283.vsd