FORTRAN Reference Manual

Syntax Summary
FORTRAN Reference Manual528615-001
B-19
Compiler Directives
Controls space allocated for the run-time buffer pool in lower data memory. If you
specify ENV COMMON, FORTRAN recognizes the LOWBUFFER directive but does
not allocate a #LOWBUFFER.
Lists, following each program unit’s source listing, a table of local identifiers for that
program unit. MAP also lists a table of entities in common storage following the last
program unit’s listing.
Default is MAP.
Specifies that you want your program to run as a NonStop process pair.
Default is NONONSTOP.
Ejects the current page of the list file, prints the specified character string at the top of
the next page, and skips two lines before resuming the listing.
Restores a directive to its original state from a push-down stack.
Includes or omits unreferenced identifiers in MAP listings.
Default is NOPRINTSYM.
LOWBUFFER size
[NO]MAP
[NO]NONSTOP
PAGE [ " title" ]
POP
[NO]PRINTSYM
directive
directive , directive[]. . . ()


