FORTRAN Reference Manual
Syntax Summary
FORTRAN Reference Manual—528615-001
B-21
Compiler Directives
Specifies whether Inspect should automatically create a save file if the program 
terminates abnormally at run time.
Default is NOSAVEABEND.
Specifies a list of object files for BINSERV to search at compilation time for unsatisfied 
external references.
Assigns a name to a section of a source file for use in a SOURCE directive in another 
program.
Sets one or more specified toggles for use as conditional compilation controls. If no 
toggle is specified, the compiler sets all fifteen toggles. Toggles are specified by the 
numbers 1 through 15.
Directs the compiler to read source lines from the specified file, either from the 
beginning of the file to the end of the file, or from the start of a specified section in the 
file to the end of the section.
Specifies a process subtype for an object file.
Default is SUBTYPE 0.
[NO]SAVEABEND
SEARCH 
SECTION section-name
SETTOG [ toggle [, toggle ]... ]
SOURCE file-name [ ( section [, section ]... ) ]
SUBTYPE number
file name–
file name  ,  file name–[]. . . –()










