User`s guide

FORTRAN
Options
/ALLOCATE:size
Used with /LIST or /OBJECT, reserves space on the device for the output file. The
argument size specifies the number of blocks of space to allocate. The meaningful
range for this value is from -1 to 65527 decimal blocks. A value of -1 is a special
case that creates the largest file possible on the device.
If you do not specify /ALLOCATE, RT–11 uses its standard algorithm for
allocating volume space for files.
/CHECK
(FORTRAN–77 only) Checks array references to ensure they are within the
specified array address boundaries. The FORTRAN IV functionality of checking
is done by the selection of OTS library components, not by compiler action.
/CODE:type
(FORTRAN IV only) Produces object code that is designed for a particular
hardware configuration. The argument type represents a three-letter
abbreviation for the type of code to be produced. The valid values are: EAE,
EIS, FIS, and THR. See the RT–11/RSTS/E FORTRAN IV Users Guide for a
complete description of the types of code and their function.
/CONTINUATIONS:dvalue
(FORTRAN–77 only) Specifies the maximum decimal number of continuation
lines in the program. The valid range for dvalue is 0 through 99; the default is
19.
/DIAGNOSE
(FORTRAN IV only) Expands the dump information from a crash to include
internal compiler tables and buffers. This can help you analyze an internal
compiler error.
Submit the diagnostic printout to Digital with a software performance report
(SPR) form. The information in the listing can help Digital programmers locate
the compiler error and correct it.
/EXTEND
With FORTRAN IV, extends the right margin for source input lines from 72 to
80 columns
With FORTRAN–77, extends the right margin for source input lines from 72 to
132 columns.
/F4
Overrides any SET FORTRA conditional and calls the FORTRAN IV compiler
(the default).
132 RT–11 Command Descriptions