FORTRAN Reference Manual

Syntax Summary
FORTRAN Reference Manual528615-001
B-15
Compiler Directives
Sets the maximum number of errors for a compilation.
Default is ERRORS 100.
Instructs the compiler to use indexed indirect addressing to access simple variables in
common blocks.
Default is NOEXTENDCOMMON.
Generates code that uses doubleword addresses for parameters in CALL statements
and function references.
Default is NOEXTENDEDREF, unless you use the LARGECOMMON directive.
Instructs the compiler to omit some of the processing steps required to make an object
file runnable.
Default is FIXUP.
Includes a file map in the compiler’s listing.
Default is NOFMAP.
Declares procedures as Guardian procedures or as utility routines.
ERRORFILE number
[NO]EXTENDCOMMON
[NO]EXTENDEDREF
[NO]FIXUP
[NO]FMAP
GUARDIAN
procedure name
procedure name , procedure name[]. . . ()


