Top: f77
Previous: 1 - Parameters Next: 3 - Examples
Section 2: Options
Indicate either special actions to be performed by the compiler or
linker, or special properties of input or output files.
You can override some options specified on the command line by
using the OPTIONS statement, the AUTOMATIC and STATIC statements,
and directives (CDEC$) in your FORTRAN source program. The options
specified by the OPTIONS statement affect only the program unit
where the statement occurs.
For descriptions of all command line options, see f77(1) by
entering the following command at the LSE prompt:
LSE> cli man f77
Top: f77
Previous: 1 - Parameters Next: 3 - Examples