Google
 

Trailing-Edge - PDP-10 Archives - AP-D480B-SB_1978 - fortra.hlp
There are 16 other files named fortra.hlp in the archive. Click here to see a list.
FORTRA.HLP -- HELP file for FORTRAN-10 version 5A      October 1977
-------------
FORTRAN command strings

        .R FORTRA
        *objfil,listfil=srcfil1,srcfil2,.../switch/switch...

        or via compile class command

        .COMPILE srcfil1,srcfil2,...(F10 switches)/F10/SWITCH...
--------------
default srcfil extension is ".FOR",
objfil & listfil extension defaults are ".REL" and ".LST"
--------------
switch          default         meaning
----------      -------         -------
CROSSREF        off     generate cross reference listing
DEBUG:ALL or    off     enable all debugging features
  DEBUG
DEBUG:BOUNDS    off     generate array bounds checking code
DEBUG:DIMENSION off     generate array dimension info for FORDDT
DEBUG:INDEX     off     force DO loop indices to be stored in memory
DEBUG:LABELS    off     label each source line for FORDDT
DEBUG:TRACE     off     generate FORDDT references for its trace feature
EXPAND          off     add object file output to listing
INCLUDE         off     compile as if D in column 1 were space
KA10            ---     compile to run on KA10
KI10            ---     compile to run on KI10 or KL10
LNMAP           off     add line number/octal location map to listing if
                          MACROCODE switch not present
MACROCODE       off     add machine language translation to listing
NOERRORS        off     suppress error messages on TTY
NOWARNINGS      off     suppress warning messages on TTY
OPTIMIZE        off     perform global optimization
SYNTAX          off     perform syntax compilation only

[End of FORTRA.HLP]