Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)

Compilation
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual426750-001
7-12
LINES Command
.
.
.
text
.
.
.
?ENDIF 1
The source text bounded by the IFNOT 1 and ENDIF 1 commands will be compiled.
LINES Command
The LINES command sets the number of lines listed on each page. Whenever the next
line to be listed would overflow the line count, a page is ejected and the standard page
heading and two blank lines are listed at the top of the next page, followed by the
pending line.
nnnnn
is an integer from 10 through 32,767.
The line limit is ignored if paging does not apply to the compilation list device.
If this command is omitted, LINES 60 is assumed.
LIST Command
The LIST command transmits each source image to the compilation list device. The
NOLIST command disables the LIST option.
A MAP command is not effective unless LIST is enabled.
If LIST and NOLIST are omitted, LIST is assumed.
MAP Command
The MAP command lists a table of user-defined symbols following the listing of the
program or subprogram source text. The NOMAP command disables the MAP option.
The MAP command is not effective unless LIST is enabled. The MAP command does
not produce a statement offset list if the SYNTAX option is specified.
LINES nnnnn
{ LIST }
{ NOLIST }
{ MAP }
{ NOMAP }