FORTRAN Reference Manual

Compiler Directives
FORTRAN Reference Manual528615-001
10-46
LINES Compiler Directive
LINES Compiler Directive
The LINES directive specifies the number of lines the compiler writes to each page of
the listing file.
number
is a number ranging from 10 through 32767. The default value is 60.
Considerations
If you use more than one LINES directive, the new value for number takes effect when
the directive is scanned.
If the value you supply for number lies outside the legal range, FORTRAN displays a
warning message and uses either the previous value for number if there was one, or
the default value.
Example
?LINES 55
LIST Compiler Directive
The LIST directive controls the listing of source lines and enables the CODE,
CROSSREF, ICODE, FMAP, LMAP, MAP, and PAGE directives.
The default value is LIST.
Example
?NOLIST
LINES number
[NO]LIST