FORTRAN Reference Manual
Syntax Summary
FORTRAN Reference Manual—528615-001
B-22
Compiler Directives
Overrides the effect of the LIST directive. If SUPPRESS is active, the compiler lists 
only error messages and compilation statistics.
Default is NOSUPPRESS.
Specifies whether to include a symbol table in the object file for use by Inspect. You 
must specify SYMBOLS to use source-level debugging.
Default is NOSYMBOLS.
Compiler scans source file for syntax errors but does not produce an object file.
Causes one or more units to exist and declares the properties of the file that will be 
connected to the unit.
Lists compiler warning messages, regardless of the setting of the LIST directive. 
NOWARN suppresses these messages.
Default is WARN.
[NO]SUPPRESS
[NO]SYMBOLS
SYNTAX
UNIT 
[NO]WARN
uu–[]
 units  , file[]  , create spec–[]. . .()










