home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / fortra.hlp < prev    next >
Text File  |  1995-04-05  |  2KB  |  46 lines

  1. FORTRA.HLP -- Help file for FORTRAN-10 Version 7      January 1983
  2. -------------
  3. FORTRAN command strings
  4.  
  5.         .R FORTRA
  6.         *OBJFIL,LISTFIL=SRCFIL1,SRCFIL2,.../SWITCH/SWITCH...
  7.  
  8. --------------
  9. Default SRCFIL extension is ".FOR",
  10. OBJFIL & LISTFIL extension defaults are ".REL" and ".LST"
  11. --------------
  12. SWITCH          DEFAULT         MEANING
  13. ----------      -------         -------
  14. /CROSSREF         OFF   Generate cross reference listing
  15. /DEBUG or         OFF   Enable all debugging features
  16. /DEBUG:ALL
  17. /DEBUG:ARGUMENTS  OFF   Perform link-time type-checking on subprogram
  18.                           arguments
  19. /DEBUG:BOUNDS     OFF   Generate array bounds checking code
  20. /DEBUG:DIMENSIONS OFF   Generate array dimension info for FORDDT
  21. /DEBUG:INDEX      OFF   Force do loop indices to be stored in memory
  22. /DEBUG:LABELS     OFF   Label each source line for FORDDT
  23. /DEBUG:TRACE      OFF   Generate FORDDT references for its trace feature
  24. /EXPAND           OFF   Add object file output to listing
  25. /F66              OFF   FORTRAN 66 rules for DO loops and EXTERNAL
  26.                           statements
  27. /F77              ON    FORTRAN 77 rules for DO loops and EXTERNAL
  28.                           statements
  29. /INCLUDE          OFF   Compile as if D in column 1 were space
  30. /LNMAP            OFF   Add line number/octal location map to listing if
  31.                           macrocode switch not present
  32. /MACROCODE        OFF   Add machine language translation to listing
  33. /NOERRORS         OFF   Suppress error messages on TTY
  34. /NOF77            OFF   FORTRAN 66 rules for DO loops and EXTERNAL
  35.                           statements
  36. /NOWARNINGS or    OFF   Suppress all warning messages
  37. /NOWARNINGS:ALL
  38. /NOWARNINGS:xxx   OFF   Suppress warning message %FTNxxx
  39. /OPTIMIZE         OFF   Perform global optimization
  40. /SYNTAX           OFF   Perform syntax compilation only
  41.  
  42. [End of FORTRA.HLP]
  43.  
  44. .KJOB
  45. .
  46.