User`s guide

EXECUTE
include messages, flags, and conditional branches to help you trace program
execution and find an error.
/[NO]OPTIMIZE
(FORTRAN–77 only) /OPTIMIZE enables compiler optimization (the default).
/NOOPTIMIZE inhibits compiler optimization.
/PAGE:value
(DIBOL only) Overrides the default listing page length of 66 lines. The
meaningful range of values for the value argument is 1 to 32768
10
.
/PROMPT
Enters additional lines of input for the link operation. RT–11 continues to accept
lines of linker input until you enter two slashes (//). See the LINK utility chapter
in the RT–11 System Utilities Manual for all the commands you can enter directly
to the linker. When you use the /PROMPT option, note that successive lines
of input must conform to CSI (Command String Interpreter) conventions, as
described in the RT–11 System Utilities Manual)
The example that follows uses the /PROMPT option to create an overlay structure
for the program COSINE.MAC:
.EXECUTE/PROMPT COSINE
*TAN/O:1
*COS1/O:1
*SIN3/O:2
*LML3/O:2//
The /PROMPT option also gives you a convenient way to create an overlaid
program from an indirect command file. The file LCP.COM contains these lines:
A/PROMPT
SUB1/O:1
SUB2/O:1
SUB3,SUB4/O:1
//
The following command, using the preceding file, produces an executable file,
DK:A.SAV, and a link map on the printer:
.EXECUTE/MAP @LCP
/RECORD:length
(FORTRAN IV or FORTRAN–77) Overrides the default maximum record length
for sequentially formatted input and output. The meaningful range for length is
from 4 to 4095.
For FORTRAN IV, the default maximum record length is usually 132 characters,
while for FORTRAN–77, the default length is usually 136.
120 RT–11 Command Descriptions