Technical data
10
Chapter 1: Compiling, Linking, and Running Programs
–col72 Sets the source statement format as described in Table 1-2.
If the source statement contains fewer than 72 characters, no
blank padding occurs; the TAB-format facility is disabled.
This option provides the SVS Fortran 72-column option
mode.
–col120 Sets the source statement format as described in Table 1-3.
If the source statement contains fewer than 120 characters,
no blank padding occurs; the TAB-format facility is
disabled.
This option provides the SVS Fortran default mode.
–cpp Runs the C macro preprocessor cpp on all source files,
including those created by RATFOR, before compilation.
(This option is enabled by default.)
Table 1-2 Source Statement Settings for -col72 Option
Column Contents
1–5 Statement label
6 Continuation indicator
7–72 Statement body
73–end Ignored
Table 1-3 Source Statement Settings for -col120 Option
Column Contents
1-5 Statement label
6 Continuation indicator
7-120 Statement body
121-end Ignored










