User`s guide
EXECUTE
/TRACE:type
(FORTRAN–77 only) Enables the FORTRAN–77 /S:xxx option. This controls the
generation of code used by the OTS during error traceback. See the /TRACE
option description of the FORTRAN command for the type arguments.
/UNITS:value
(FORTRAN IV or FORTRAN–77) Overrides the default number of logical units
(6) to be open at one time. The value argument is a decimal number. With
FORTRAN IV, the maximum value you can specify is 16. With FORTRAN–77,
the maximum is 99.
/[NO]VECTORS
(FORTRAN IV only) /VECTORS directs the FORTRAN IV compiler to use tables
to access multidimensional arrays. This is the default mode of operation.
/NOVECTORS directs the FORTRAN IV compiler to use multiplication
operations to access multidimensional arrays.
/[NO]WARNINGS
(DIBOL, FORTRAN IV, or FORTRAN–77) /WARNINGS includes warning
messages in compiler diagnostic error messages. These messages call certain
conditions to your attention but do not interfere with the compilation. This is
the default operation for DIBOL.
/NOWARNINGS suppresses warning messages during compilation. These
messages are for your information only; they do not affect the compilation. This
is the default operation for FORTRAN.
/WIDE
(FORTRAN–77 only) Produces a 132-column compiler listing.
/WORKFILE:value
(FORTRAN–77 only) Sets the workfile size. The default is 128
10
blocks. By
default, value is octal; include a decimal point after value to specify a decimal
radix.
122 RT–11 Command Descriptions










