Technical data
Driver Options
11
–d_lines Causes any lines with a D in column 1 to be compiled. By
default, the compiler treats all lines with a character in
column 1 as comment lines.
–expand_include
Expands all include statements in the Fortran source listing
file .L. This option is only applicable with the –listing
option.
–extend_source
Sets the source statement format as described in Table 1-4.
If the source statement contains fewer than 132 characters,
blanks are assumed at the end; the ability of TAB-formatted
lines to extend past column 132 is disabled.
This option provides VMS Fortran 132-column mode,
except that a warning, instead of a fatal error message, is
generated when text extends beyond column 132.
–E Runs only the C macro preprocessor on the files and sends
the results to standard output.
–F Calls the RATFOR preprocessor only and puts the output
in a .f file. Does not produce .o files.
–framepointer
Defines the frame pointer register for each subroutine in the
source file.
Table 1-4 Source Statement Settings for -extend_source Option
Column Contents
1–5 Statement label
6 Continuation indicator
7–132 Statement body
133–end Warning message issued










