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 / save.hlp < prev    next >
INI File  |  1995-04-05  |  932b  |  28 lines

  1. [HELP SAVE 1 page]
  2.  
  3. The SAVE and SSAVE commands create executable files from programs
  4. that are loaded in memory (as in immediately after a LOAD command).
  5.  
  6.      DO NOT USE FILENAME EXTENSIONS WHEN GIVING SAVE COMMANDS !!
  7.     (Some have used, eg, .FOR and overwritten their FORTRAN program)
  8.  
  9. DO:     SAVE MYPROG
  10.  
  11. DO NOT:  SAVE MYPROG.FOR
  12.  
  13. SAVE creates files with the extension .SAV
  14. SSAVE creates shareable files with the extension .SHR and .LOW
  15. NSAVE creates files with the extension .EXE
  16. NSSAVE creates shareable files with the extension .EXE
  17.  
  18. Shareable has to do with whether more than one user will be running the
  19. program at the same time, and can allow cost savings while running.
  20. (Unless you use a non-standard LOAD command, SSAVE does nothing for a
  21. typical FORTRAN program.  For more info on SSAVE, refer to the LINK manual.)
  22.  
  23. After issuing a SAVE command, you can run the program with the RUN command.
  24. [End HELP SAVE]
  25.  
  26. .KJOB
  27. .
  28.