User`s guide
COMPILE
range for this value is from -1 to 65527. A value of -1 is a special case that creates
the largest file possible on the device.
/ALPHABETIZE
Alphabetizes the entries in the symbol table listing. This is useful for program
maintenance and debugging.
/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 produce. The valid values are: EAE, EIS,
FIS, and THR. See the RT–11/RSTS/E FORTRAN IV User’s Guide for a complete
description of the types of code and their functions.
/CONTINUATIONS:value
(FORTRAN–77 only) Specifies the maximum decimal number of continuation
lines in the program. The valid range for value is 0 through 99; the default is
19.
/CROSSREFERENCE[:type[:type...]]
(DIBOL or MACRO) Generates a symbol cross-reference section in the listing.
This information is useful for program maintenance and debugging. Note that
the system does not generate a listing by default. You must also specify /LIST
in the command line to get a cross-reference listing.
With /MACRO, this option takes optional arguments. The argument type
represents a one-character code that indicates which sections of the cross-
reference listing the assembler should include. See the MACRO command
description for a summary of valid arguments and their meaning.
/DIAGNOSE
(FORTRAN IV only) Helps analyze an internal compiler error. /DIAGNOSE
expands the crash dump information to include internal compiler tables and
buffers. Submit the diagnostic printout to Digital with an SPR form. The
information in the listing can help the Digital programmers locate the compiler
error and correct it.
/DIBOL
Invokes the DIBOL language processor to compile the associated files.
/DISABLE:type[:type...]
(MACRO only) Specifies values that override the .DSABL directive in the source
file. See the /DISABLE description of the MACRO command for a summary of
34 RT–11 Command Descriptions










