home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / hacking / systems / rstsecom.doc < prev    next >
Encoding:
Text File  |  2003-06-11  |  26.5 KB  |  1,867 lines

  1. RSTS/E Commands
  2. ---------------
  3.  
  4.  
  5. ALLOCATE
  6.  
  7.  
  8.   The ALLOCATE command reserves a physical device for your use during the current session and optionally establishes a logical name for the device. Once a device has been allocated, other users cannot access the device until you specifically deallocate it or log out.  You can allocate a device only when it is not allocated by another job.
  9.  
  10.   
  11.  
  12.   Format
  13.  
  14.   
  15.  
  16.   ALLOCATE device-name[:] [logical-name[:]]
  17.  
  18.   
  19.  
  20.   Prompts
  21.  
  22.   
  23.  
  24.   Device: device-name
  25.  
  26.   
  27.  
  28.   See also:  ASSIGN, DEALLOCATE
  29.  
  30.   
  31.  
  32.  
  33. APPEND
  34.  
  35.  
  36.   The APPEND command adds the contents of one or more files to the end of the file you specify. APPEND is similar in syntax and function to the COPY command.
  37.  
  38.   
  39.  
  40.   Format
  41.  
  42.   
  43.  
  44.   APPEND [node::]input-file-spec[,...]  [node::]output-file-spec
  45.  
  46.   
  47.  
  48.   Command Qualifiers                  Defaults
  49.  
  50.   
  51.  
  52.      /[NO]LOG                         /LOG
  53.  
  54.      /[NO]QUERY                       /NOQUERY
  55.  
  56.   
  57.  
  58.   Prompts
  59.  
  60.   
  61.  
  62.   From: input-file-spec[,...]
  63.  
  64.   
  65.  
  66.   To: output-file-spec
  67.  
  68.   
  69.  
  70.   See also:  COPY
  71.  
  72.   
  73.  
  74.  
  75. ASSIGN
  76.  
  77.  
  78.   The ASSIGN command lets you relate a logical name to a directory or to a physical device.  The names you ASSIGN stay in effect until you log out, or log into another account or until you DEASSIGN the name.
  79.  
  80.   
  81.  
  82.   Format
  83.  
  84.   
  85.  
  86.   ASSIGN device-name:[[ppn]] logical-name[:]
  87.  
  88.   
  89.  
  90.   Prompts
  91.  
  92.   
  93.  
  94.   Device: device-name:[[ppn]]
  95.  
  96.   
  97.  
  98.   Logical name: logical-name[:]
  99.  
  100.   
  101.  
  102.  
  103. BASIC
  104.  
  105.  
  106.   The BASIC command invokes the BASIC-PLUS or BASIC-PLUS-2 programming environment, depending on the qualifiers you use and the system's default. It also prepares RSTS/E for the development of BASIC programs.
  107.  
  108.   
  109.  
  110.   Format
  111.  
  112.   
  113.  
  114.   BASIC
  115.  
  116.   
  117.  
  118.   Command Qualifiers                 Comments
  119.  
  120.   
  121.  
  122.      /BP2                             Invokes the BASIC-PLUS-2
  123.  
  124.                                       programming environment
  125.  
  126.      /BPLUS                           Invokes the BASIC-PLUS
  127.  
  128.                                       programming environment
  129.  
  130.   
  131.  
  132.   All subsequent commands are interpreted as BASIC programming commands, until you type the following command to return to the DCL keyboard
  133.  
  134.   monitor:  DCL <ret>
  135.  
  136.   
  137.  
  138.  
  139. CCL
  140.  
  141.  
  142.   Format
  143.  
  144.   
  145.  
  146.   CCL ccl-command
  147.  
  148.   
  149.  
  150.   The Concise Command Language (CCL) allows you to enter a command name rather than type RUN and a program name.
  151.  
  152.   
  153.  
  154.   You can type CCL commands directly after DCL's dollar prompt ($).  The format of the CCL command is defined by your system manager.  For details about the use of a CCL command, refer to the documentation written for your site.
  155.  
  156.   
  157.  
  158.   When you are using the DCL Keyboard Monitor, DCL commands take precedence over CCL commands.  If your system manager gives a CCL command the same name as a DCL command, you must type the prefix "CCL" a space, and the CCL command itself.
  159.  
  160.   
  161.  
  162.   For example, a CCL command name "DIRECTORY" and the DCL command "DIRECTORY" may produce different results depending on how the CCL command works at your site.  To use the CCL version, type:
  163.  
  164.       $  CCL DIRECTORY <ret>
  165.  
  166.   
  167.  
  168.  
  169. COBOL
  170.  
  171.  
  172.   The COBOL command compiles a COBOL-81 program.  (Only one source file at a time can be compiled with COBOL-81.)
  173.  
  174.   
  175.  
  176.   
  177.  
  178.   Format:
  179.  
  180.   
  181.  
  182.   COBOL file-spec
  183.  
  184.   
  185.  
  186.   Qualifiers                        Defaults
  187.  
  188.     
  189.  
  190.      /[NO]ANSI_FORMAT
  191.  
  192.      /[NO]CHECK
  193.  
  194.      /[NO]CROSS_REFERENCE
  195.  
  196.      /LIST[=listfile]               /NOLIST
  197.  
  198.      /NOLIST
  199.  
  200.      /[NO]MAP
  201.  
  202.      /NAMES=aa                 @    /NAMES=SC
  203.  
  204.      /OBJECT[t<bjfile]              /OBJECT
  205.  
  206.      /NOOBJECT
  207.  
  208.   
  209.  
  210.   Prompts
  211.  
  212.   
  213.  
  214.   File:  file-spec
  215.  
  216.   
  217.  
  218.   See also:  LINK
  219.  
  220.   
  221.  
  222.  
  223. COPY
  224.  
  225.  
  226.   The COPY command duplicates one or more existing files.  You can use COPY to:
  227.  
  228.   
  229.  
  230.   - copy one file to another file
  231.  
  232.   - merge (concatenate) more than one file into a single file
  233.  
  234.   - copy a group of files to another group of files
  235.  
  236.   
  237.  
  238.   Format
  239.  
  240.   
  241.  
  242.   COPY [node::]input-file-spec[,...]  [node::]output-file-spec
  243.  
  244.   
  245.  
  246.   Qualifiers                          Defaults
  247.  
  248.   
  249.  
  250.      /ALLOCATION=n
  251.  
  252.      /[NO]CONTIGUOUS       (N)
  253.  
  254.      /[NO]LOG              (N)        /LOG
  255.  
  256.      /[NO]OVERLAY                     /NOOVERLAY
  257.  
  258.      /PROTECTION=n
  259.  
  260.      /[NO]QUERY            (N)        /NOQUERY
  261.  
  262.      /[NO]REPLACE          (N)        /NOREPLACE
  263.  
  264.   
  265.  
  266.   (N) denotes a qualifier that you can use in network operations.
  267.  
  268.   
  269.  
  270.   Prompts
  271.  
  272.   
  273.  
  274.   From: input-file-spec[,...]
  275.  
  276.   
  277.  
  278.   To: output-file-spec
  279.  
  280.   
  281.  
  282.  
  283. CREATE
  284.  
  285.  
  286.   The CREATE command allows you to enter text and save it as a file.
  287.  
  288.   
  289.  
  290.   Format
  291.  
  292.   
  293.  
  294.   CREATE file-spec
  295.  
  296.   
  297.  
  298.   Prompts
  299.  
  300.   
  301.  
  302.   File: file-spec
  303.  
  304.   
  305.  
  306.   Once you have entered the file-spec, press RETURN and you may start typing text.  Press <CTRL/Z> when you have finished entering text.
  307.  
  308.   
  309.  
  310.   Command Qualifiers
  311.  
  312.   
  313.  
  314.      /ALLOCATION=n
  315.  
  316.      /[NO]CONTIGUOUS
  317.  
  318.      /PROTECTION=n
  319.  
  320.      /[NO]REPLACE
  321.  
  322.   
  323.  
  324.   See also:  EDIT
  325.  
  326.   
  327.  
  328.  
  329. DEALLOCATE
  330.  
  331.  
  332.   The DEALLOCATE command releases a device that you reserved for private use, so that other users may have access to it. (However, DEALLOCATE does not deassign any logical name you may have set up for the device.)
  333.  
  334.   
  335.  
  336.   Format
  337.  
  338.   
  339.  
  340.   DEALLOCATE device-name[:]
  341.  
  342.   
  343.  
  344.   Command Qualifiers                  Defaults
  345.  
  346.   
  347.  
  348.      /ALL                             none
  349.  
  350.   
  351.  
  352.   Prompts
  353.  
  354.   
  355.  
  356.   Device: device-name[:]
  357.  
  358.   
  359.  
  360.   See also:  ALLOCATE
  361.  
  362.   
  363.  
  364.  
  365. DEASSIGN
  366.  
  367.  
  368.   The DEASSIGN command cancels logical name assignments you made with
  369.  
  370.   the ASSIGN or ALLOCATE commands.
  371.  
  372.   
  373.  
  374.   Format
  375.  
  376.   
  377.  
  378.   DEASSIGN [logical-name[:]]
  379.  
  380.   
  381.  
  382.   Command Qualifiers                  Defaults
  383.  
  384.   
  385.  
  386.      /ALL
  387.  
  388.   
  389.  
  390.   Prompts
  391.  
  392.   
  393.  
  394.   Logical name: logical-name[:]
  395.  
  396.   
  397.  
  398.   See also:  ASSIGN, DEALLOCATE
  399.  
  400.   
  401.  
  402.  
  403. DELETE/ENTRY
  404.  
  405.  
  406.   The DELETE/ENTRY command deletes jobs from the queue that have not yet begun processing or jobs that are currently being processed.
  407.  
  408.   
  409.  
  410.   Format
  411.  
  412.   
  413.  
  414.   DELETE/ENTRY=job-number [queue-name[:]]
  415.  
  416.   
  417.  
  418.   Command Qualifiers                  Defaults
  419.  
  420.   
  421.  
  422.      /BATCH
  423.  
  424.   
  425.  
  426.   Prompts
  427.  
  428.   
  429.  
  430.   Queue: queue-name[:]
  431.  
  432.   
  433.  
  434.   If you do not specify a queue name, LP0: is assumed.
  435.  
  436.   
  437.  
  438.   See also:  PRINT, SUBMIT, DELETE/JOB, SET QUEUE/ENTRY
  439.  
  440.   
  441.  
  442.  
  443. DELETE/JOB
  444.  
  445.  
  446.   
  447.  
  448.   The DELETE/JOB command uses the name of a job to cancel a request
  449.  
  450.   to the print or batch queue.
  451.  
  452.   
  453.  
  454.   Format
  455.  
  456.   
  457.  
  458.   DELETE/JOB=job-name [queue-name[:]]
  459.  
  460.   
  461.  
  462.   Command Qualifiers                  Defaults
  463.  
  464.   
  465.  
  466.      /BATCH
  467.  
  468.   
  469.  
  470.   For example, if you decide after you make your print request that you do not want a hard copy of the file after all, you can use the
  471.  
  472.   DELETE/JOB command to withdraw your request.  (If the file is printed before you enter the DELETE/JOB command, your request is too late.  However, it works if your file is in the middle of printing: the file stops printing.)
  473.  
  474.   
  475.  
  476.   See also:  PRINT, SUBMIT, DELETE/ENTRY, SET QUEUE/JOB
  477.  
  478.   
  479.  
  480.  
  481. DELETE
  482.  
  483.  
  484.   The DELETE command permanently removes a file from your account.
  485.  
  486.   
  487.  
  488.   Format
  489.  
  490.   
  491.  
  492.   DELETE [node::]file-spec[,...]
  493.  
  494.   
  495.  
  496.   Command Qualifiers                 Defaults
  497.  
  498.   
  499.  
  500.      /BEFORE=date
  501.  
  502.      /CREATED                        /CREATED
  503.  
  504.      /[NO]LOG                        /LOG
  505.  
  506.      /MODIFIED
  507.  
  508.      /[NO]QUERY                      /NOQUERY
  509.  
  510.      /SINCE=date
  511.  
  512.   
  513.  
  514.   Prompts
  515.  
  516.   
  517.  
  518.   File: [node::]file-spec[,...]
  519.  
  520.   
  521.  
  522.  
  523. DIBOL
  524.  
  525.  
  526.   
  527.  
  528.   The DIBOL command compiles a DIBOL-11 to six source file specifications o be compiled into a single object file with the DIBOL compiler.
  529.  
  530.   
  531.  
  532.   Format
  533.  
  534.   
  535.  
  536.   DIBOL filespec[,...]
  537.  
  538.   
  539.  
  540.   File Qualifiers                  Defaults
  541.  
  542.   
  543.  
  544.      /LIST[=listfile]              /NOLIST
  545.  
  546.      /NOLIST
  547.  
  548.      /OBJECT[=objfile]             /OBJECT
  549.  
  550.      /NOOBJECT
  551.  
  552.      /WARNINGS                     /WARNINGS
  553.  
  554.      /NOWARNINGS
  555.  
  556.   
  557.  
  558.   See also:  LINK
  559.  
  560.   
  561.  
  562.  
  563. DIFFERENCES
  564.  
  565.  
  566.   The DIFFERENCES command compares two files and lists any sections of text that differ between the two files.
  567.  
  568.   
  569.  
  570.   Format
  571.  
  572.   
  573.  
  574.   DIFFERENCES input-file-spec  compare-file-spec
  575.  
  576.   
  577.  
  578.   Command Qualifiers                  Defaults
  579.  
  580.   
  581.  
  582.      /IGNORE=BLANKLINES
  583.  
  584.      /MATCH=size                      /MATCH=3
  585.  
  586.      /MAXIMUM_DIFFERENCES=n
  587.  
  588.      /OUTPUT[=file-spec]
  589.  
  590.   
  591.  
  592.   Prompts:
  593.  
  594.   
  595.  
  596.   File 1: input-file-spec
  597.  
  598.   
  599.  
  600.   File 2: compare-file-spec
  601.  
  602.   
  603.  
  604.  
  605. DIRECTORY
  606.  
  607.  
  608.   The DIRECTORY command displays information about files.  Use the TYPE command to display the contents of individual files.
  609.  
  610.   
  611.  
  612.   Format
  613.  
  614.   
  615.  
  616.   DIRECTORY [node::][file-spec[,...]]
  617.  
  618.   
  619.  
  620.   Command Qualifiers                  Defaults
  621.  
  622.   
  623.  
  624.      /BEFORE=date
  625.  
  626.      /BRIEF                           /BRIEF
  627.  
  628.      /CREATED                         /CREATED
  629.  
  630.      /DATE[=CREATED]                  /NODATE
  631.  
  632.           [=MODIFIED]
  633.  
  634.           [=ALL]
  635.  
  636.      /NODATE
  637.  
  638.      /FULL                            /BRIEF
  639.  
  640.      /MODIFIED                        /CREATED
  641.  
  642.      /OUTPUT=outfile
  643.  
  644.      /[NO]PROTECTION                  /PROTECTION
  645.  
  646.      /SINCE=date
  647.  
  648.      /SIZE[=ALLOCATION]               /SIZE=USED
  649.  
  650.           [=USED]
  651.  
  652.      /NOSIZE
  653.  
  654.      /TOTAL
  655.  
  656.   
  657.  
  658.   
  659.  
  660.  
  661. DISMOUNT
  662.  
  663.  
  664.   Releases a disk or tape previously accessed with a MOUNT command.  You issue this command before you take the drive off line, or before you physically dismount the tape or disk.
  665.  
  666.   
  667.  
  668.   The DISMOUNT command deallocates the device if it was allocated to you.  (On some systems, dismounting a disk requires privileges.) You cannot DISMOUNT a device if there are open files on it.  If you try, RSTS/E displays the message:
  669.   
  670.  
  671.   ?Account or device in use
  672.  
  673.   
  674.  
  675.   Format
  676.  
  677.   
  678.  
  679.   DISMOUNT  device-name[:] [label]
  680.  
  681.   
  682.  
  683.   Prompts
  684.  
  685.   
  686.  
  687.   Device:  device-name[:]
  688.  
  689.   
  690.  
  691.   See also:  MOUNT, DEALLOCATE
  692.  
  693.   
  694.  
  695.  
  696. EDIT
  697.  
  698.  
  699.   The EDIT command starts the EDT editor program, which lets you create and edit text files.
  700.  
  701.   
  702.  
  703.   Format
  704.  
  705.   
  706.  
  707.   EDIT file-spec
  708.  
  709.   
  710.  
  711.   Command Qualifiers                  Defaults
  712.  
  713.   
  714.  
  715.      /COMMAND[=file-spec]             /COMMAND=EDTINI.EDT
  716.  
  717.      /NOCOMMAND                       /COMMAND=EDTINI.EDT
  718.  
  719.      /JOURNAL[=file-spec]             /JOURNAL
  720.  
  721.      /NOJOURNAL                       /JOURNAL
  722.  
  723.      /OUTPUT[=outfile]                /OUTPUT
  724.  
  725.      /NOOUTPUT                        /OUTPUT
  726.  
  727.      /[NO]READ_ONLY                   /NOREAD_ONLY
  728.  
  729.      /[NO]RECOVER                     /NORECOVER
  730.  
  731.      /EDT                             /EDT
  732.  
  733.   
  734.  
  735.   Prompts
  736.  
  737.   
  738.  
  739.   File: file-spec
  740.  
  741.   
  742.  
  743.  
  744. FORTRAN
  745.  
  746.  
  747.   The FORTRAN command compiles up to six FORTRAN source files into a single object file.
  748.  
  749.   
  750. 6  There are three FORTRAN compilers available on RSTS/E:
  751.  
  752.   
  753.  
  754.     Command               Invokes
  755.  
  756.   
  757.  
  758.   FORTRAN/FOR            FORTRAN-IV
  759.  
  760.   FORTRAN/F4P            FORTRAN-IV-PLUS
  761.  
  762.   FORTRAN/F77            FORTRAN-77
  763.  
  764.   
  765.  
  766.   FORTRAN/F77 is the default, unless your system manager has changed it.  Qualifiers which you may use with FORTRAN-IV are as follows:
  767.  
  768.   
  769.  
  770.   Format
  771.  
  772.   
  773.  
  774.   FORTRAN/FOR file-spec[,...]
  775.  
  776.   
  777.  
  778.   Command Qualifiers
  779.  
  780.   
  781.  
  782.      xCODE:EAE
  783.  
  784.            EIS
  785.  
  786.            FIS
  787.  
  788.            THR
  789.  
  790.      /[NO]D_LINES
  791.  
  792.      /[NO]I4
  793.  
  794.      /[NO]LINENUMBERS
  795.  
  796.      /LIST[=listfile]
  797.  
  798.      /NOLIST
  799.  
  800.      /[NO]MACHINE_CODE
  801.  
  802.      /OBJECT[=objfile]
  803.  
  804.      /NOOBJECT
  805.  
  806.      /[NO]OPTIMIZE
  807.  
  808.      /[NO]WARNINGS
  809.  
  810.   
  811.  
  812.   Qualifiers which you may use with FORTRAN-IV-PLUS or FORTRAN-77
  813.  
  814.   are as follows:
  815.  
  816.   
  817.  
  818.   Format
  819.  
  820.   
  821.  
  822.   FORTRAN/F4P file-spec[,...]   or FORTRAN/F77 file-spec[,...]
  823.  
  824.   
  825.  
  826.   Command Qualifiers                 Defaults
  827.  
  828.   
  829.  
  830.      /[NO]CHECK                      /CHECK
  831.  
  832.      /CONTINUATIONS=n                /CONTINUATIONS=19
  833.  
  834.      /[NO]D_LINES                    /NOD_LINES
  835.  
  836.      /[NO]I4                         /NO14
  837.  
  838.      /LIST[=listfile]                /NOLIST
  839.  
  840.      /NOLIST
  841.  
  842.      /[NO]MACHINE_CODE               /NOMACHINE_CODE
  843.  
  844.      /OBJECT[=objfile]               /OBJECT
  845.  
  846.      /NOOBJECT
  847.  
  848.      /[NO]WARNINGS                   /WARNINGS
  849.  
  850.      /WORK_FILES=n                   /WORK_FILES=2
  851.  
  852.   
  853.  
  854.   Prompts
  855.  
  856.   
  857.  
  858.   File:   file-spec[,...]
  859.  
  860.   
  861.  
  862.   See also:  LINK
  863.  
  864.   
  865.  
  866.  
  867. HELP
  868.  
  869.  
  870.   Help can be obtained on a particular topic by typing:
  871.  
  872.   
  873.  
  874.        HELP topic subtopic subsubtopic
  875.  
  876.   
  877.  
  878.   A topic can have the following format:
  879.  
  880.   
  881.  
  882.   1) An alphanumeric string (e.g. a command name, option, etc.)
  883.  
  884.   2) Same preceded by a "/"
  885.  
  886.   3) The match-all symbol "*"
  887.  
  888.   
  889.  
  890.   Example:
  891.  
  892.   
  893.  
  894.   HELP COPY
  895.  
  896.   
  897.  
  898.   The RSTS/E DCL User's Guide contains a complete description of all DCL commands supported on RSTS/E.
  899.  
  900.   
  901.  
  902.  
  903. INITIALIZE
  904.  
  905.  
  906.   Deletes any data on a tape and writes a new label.
  907.  
  908.   
  909.  
  910.   The INITIALIZE command allocates the tape drive if it is not already allocated.
  911.  
  912.   
  913.  
  914.   Format
  915.  
  916.   
  917.  
  918.   INITIALIZE device-name[:] [label]
  919.  
  920.   
  921.  
  922.   Qualifiers
  923.  
  924.   
  925.  
  926.      /FORMAT=ANSI
  927.  
  928.      /FORMAT=DOS
  929.  
  930.      /DENSITY=nnn
  931.  
  932.   
  933.  
  934.   Prompts
  935.  
  936.   
  937.  
  938.      Device:  magtape[:]
  939.  
  940.      Label:   [label]
  941.  
  942.   
  943.  
  944.   See also:  MOUNT, DISMOUNT
  945.  
  946.   
  947.  
  948.  
  949. LINK
  950.  
  951.  
  952.   The LINK command links together object files to produce an executable program.  You can also specify an overlay structure for the program.
  953.  
  954.   
  955.  
  956.   Format
  957.  
  958.   
  959.  
  960.   LINK file-spec[,...]
  961.  
  962.   
  963.  
  964.   Language Qualifiers                  Comments
  965.  
  966.   
  967.  
  968.   Only one of the following may be specified:
  969.  
  970.   
  971.  
  972.      /BASIC or /BP2                   BASIC-PLUS-2
  973.  
  974.      /COBOL or /C81                   COBOL-81
  975.  
  976.      /DIBOL
  977.  
  978.      /F4P                             FORTRAN-IV-PLUS
  979.  
  980.      /F77                             FORTRAN-77
  981.  
  982.      /FORTRAN                         FORTRAN-IV 
  983.  
  984.      /RT11                            MACRO/RT11
  985.  
  986.   
  987.  
  988.   If no language qualifier is specified, /BASIC (for BASIC-PLUS-2) is assumed, unless your system manager has changed the default.
  989.  
  990.   
  991.  
  992.       Additional
  993.  
  994.   Command Qualifiers                  Defaults
  995.  
  996.   
  997.  
  998.      /EXECUTABLE[=file-spec]          /EXECUTABLE
  999.  
  1000.      /NOEXECUTABLE
  1001.  
  1002.      /[NO]FMS                         /NOFMS
  1003.  
  1004.      /MAP[=file-spec]                 /NOMAP
  1005.  
  1006.      /NOMAP
  1007.  
  1008.      /STRUCTURE
  1009.  
  1010.      /[NO]DMS                         /NODMS
  1011.  
  1012.   
  1013.  
  1014.   Prompts
  1015.  
  1016.   
  1017.  
  1018.   Files: file-spec
  1019.  
  1020.   
  1021.  
  1022.   If /STRUCTURE was specified, you will be prompted for the names of the input files and overlay structure to use, e.g.,
  1023.  
  1024.   
  1025.  
  1026.   ROOT files:  file-spec[,...]
  1027.  
  1028.   Root PSECTs: [PSECT-name[,...]]
  1029.  
  1030.   Overlay:     [file-spec[,...][+]]
  1031.  
  1032.   
  1033.  
  1034.   You can specify /STRUCTURE if the program is written in BASIC-PLUS-2, DIBOL, FORTRAN-IV-PLUS, or FORTRAN-77.  You cannot specify /STRUCTURE if the program is written in COBOL, FORTRAN-IV, or MACRO/RT11.
  1035.  
  1036.   
  1037.  
  1038.   See also:  COBOL, DIBOL, BASIC, MACRO, FORTRAN
  1039.  
  1040.   
  1041.  
  1042.  
  1043. LOGOUT
  1044.  
  1045.  
  1046.   The LOGOUT command ends your session at the terminal.
  1047.  
  1048.   
  1049.  
  1050.   Format
  1051.  
  1052.   
  1053.  
  1054.   [LO]GOUT
  1055.  
  1056.   
  1057.  
  1058.   Command Qualifiers
  1059.  
  1060.   
  1061.  
  1062.      /BRIEF
  1063.  
  1064.      /FULL (default)
  1065.  
  1066.   
  1067.  
  1068.   If you include the /BRIEF qualifier after the LOGOUT command, RSTS/E ends your session at the terminal without displaying a message.  If you inclue the /FULL, or simply type LOGOUT, RSTS/E displays information about the status of your account.
  1069.  
  1070.   
  1071.  
  1072.  
  1073. MACRO
  1074.  
  1075.  
  1076.   Invokes a MACRO-11 assembler.  You can include up to six file specifications with the MACRO command.
  1077.  
  1078.   
  1079.  
  1080.   On RSTS/E you can use either MACRO/RT11 or MACRO/RSX11.  The default is MACRO/RSX11 unless your system manager has changed it.
  1081.  
  1082.   
  1083.  
  1084.   Format
  1085.  
  1086.   
  1087.  
  1088.   MACRO/RT11 filespec[,...]
  1089.  
  1090.   
  1091.  
  1092.           OR
  1093.  
  1094.   
  1095.  
  1096.   MACRO/RSX11 filespec[,...]
  1097.  
  1098.   
  1099.  
  1100.   Command Qualifiers
  1101.  
  1102.   
  1103.  
  1104.      /LIST[=listfile]
  1105.  
  1106.      /NOLIST
  1107.  
  1108.      /OBJECT[=objfile]
  1109.  
  1110.      /NOOBJECT
  1111.  
  1112.   
  1113.  
  1114.   File Qualifiers
  1115.  
  1116.   
  1117.  
  1118.      /LIBRARY
  1119.  
  1120.   
  1121.  
  1122.   See also:   LINK
  1123.  
  1124.   
  1125.  
  1126.  
  1127. MOUNT
  1128.  
  1129.  
  1130.   The MOUNT command prepares a tape or disk for processing by system commands or user programs. (You do not always have to MOUNT a tape before using it.) On some systems, mounting a disk requires privilege.
  1131.  
  1132.   
  1133.  
  1134.   Format
  1135.  
  1136.   
  1137.  
  1138.   MOUNT device-name[:] [label]
  1139.  
  1140.   
  1141.  
  1142.   Command Qualifiers                  Defaults
  1143.  
  1144.   
  1145.  
  1146.      /[NO]WRITE                       /WRITE
  1147.  
  1148.   
  1149.  
  1150.   Qualifiers for Tapes                Defaults
  1151.  
  1152.   
  1153.  
  1154.      /FORMAT=ANSI
  1155.  
  1156.      /FORMAT=DOS
  1157.  
  1158.      /FORMAT=FOREIGN
  1159.  
  1160.      /DENSITY=nnn
  1161.  
  1162.   
  1163.  
  1164.   Prompts
  1165.  
  1166.   
  1167.  
  1168.   Device: device-name[:]
  1169.  
  1170.   Label: volume-label
  1171.  
  1172.   
  1173.  
  1174.   See also:  DISMOUNT, INITIALIZE, ALLOCATE
  1175.  
  1176.   
  1177.  
  1178.  
  1179. PRINT
  1180.  
  1181.  
  1182.   The PRINT command queues a file for printing, either on a default system printer or on a device you specify. A queue is the list of files to be printed.
  1183.  
  1184.   
  1185.  
  1186.   Format
  1187.  
  1188.   
  1189.  
  1190.   PRINT file-spec[,...]
  1191.  
  1192.   
  1193.  
  1194.   Command Qualifiers                  Defaults
  1195.  
  1196.   
  1197.  
  1198.      /AFTER=date-time
  1199.  
  1200.      /FORMS=type                      /FORMS=NORMAL
  1201.  
  1202.      /JOB_COUNT=n                     /JOB_COUNT=1
  1203.  
  1204.      /NAME=job-name
  1205.  
  1206.      /PRIORITY=n
  1207.  
  1208.      /QUEUE=queue-name[:]             /QUEUE=LP0:
  1209.  
  1210.   
  1211.  
  1212.   File Qualifiers                     Defaults
  1213.  
  1214.   
  1215.  
  1216.      /COPIES=n                        /COPIES=1
  1217.  
  1218.      /[NO]DELETE                      /NODELETE
  1219.  
  1220.   
  1221.  
  1222.   Prompts
  1223.  
  1224.   
  1225.  
  1226.   File: file-spec[,...]
  1227.  
  1228.   
  1229.  
  1230.   See also:  DELETE/JOB, SET QUEUE/JOB
  1231.  
  1232.   
  1233.  
  1234.  
  1235. RENAME
  1236.  
  1237.  
  1238.   The RENAME command changes the file name or file type of an existing file.
  1239.  
  1240.   
  1241.  
  1242.   Format
  1243.  
  1244.   
  1245.  
  1246.   RENAME old-file-spec[,...]  new-file-spec
  1247.  
  1248.   
  1249.  
  1250.   Qualifiers                    Defaults
  1251.  
  1252.   
  1253.  
  1254.      /[NO]LOG                   /LOG
  1255.  
  1256.      /[NO]QUERY                 /NOQUERY
  1257.  
  1258.      /[NO]REPLACE               /NOREPLACE
  1259.  
  1260.      /PROTECTION=n              /PROTECTION=60
  1261.  
  1262.   
  1263.  
  1264.   Prompts
  1265.  
  1266.   
  1267.  
  1268.   From: input-file-spec[,...]
  1269.  
  1270.   
  1271.  
  1272.   To: output-file-spec
  1273.  
  1274.   
  1275.  
  1276.   See also:  COPY, DELETE
  1277.  
  1278.   
  1279.  
  1280.  
  1281. REQUEST
  1282.  
  1283.  
  1284.   The REQUEST command displays a message at a system operator's terminal.
  1285.  
  1286.   
  1287.  
  1288.   Format
  1289.  
  1290.   
  1291.  
  1292.   REQUEST message-text
  1293.  
  1294.   
  1295.  
  1296.   When you use the REQUEST command to send a message to an operator, the message is displayed at the operator services console.
  1297.  
  1298.   
  1299.  
  1300.  
  1301. RUN
  1302.  
  1303.  
  1304.   
  1305.  
  1306.   The RUN command runs an executable file.
  1307.  
  1308.   
  1309.  
  1310.   Format
  1311.  
  1312.   
  1313.  
  1314.   RUN file-spec
  1315.  
  1316.   
  1317.  
  1318.   Prompts
  1319.  
  1320.   
  1321.  
  1322.   Program:  file-spec
  1323.  
  1324.   
  1325.  
  1326.  
  1327. SET HOST
  1328.  
  1329.  
  1330.   The SET HOST command lets you log into another computer from the system you first logged into.
  1331.  
  1332.   
  1333.  
  1334.   Format
  1335.  
  1336.   
  1337.  
  1338.   SET HOST node[::]
  1339.  
  1340.   
  1341.  
  1342.   Prompts
  1343.  
  1344.   
  1345.  
  1346.   Node: node-name
  1347.  
  1348.   
  1349.  
  1350.  
  1351. SET PROTECTION
  1352.  
  1353.  
  1354.   The SET PROTECTION command specifies the protection code of a file.  You assign a protection code to determine who else, if anyone, can have access to your files.
  1355.  
  1356.   
  1357.  
  1358.   Format
  1359.  
  1360.   
  1361.  
  1362.   SET PROTECTION[=n] [file-spec,...]
  1363.  
  1364.   
  1365.  
  1366.   Qualifiers
  1367.  
  1368.   
  1369.  
  1370.      /DEFAULT
  1371.  
  1372.      /[NO]QUERY
  1373.  
  1374.      /[NO]LOG
  1375.  
  1376.   
  1377.  
  1378.   Prompts
  1379.  
  1380.   
  1381.  
  1382.   Protection code:  n
  1383.  
  1384.   Files:  file-spec
  1385.  
  1386.   
  1387. X  If you use SET PROTECTION/DEFAULT, RSTS/E assigns the protection code you specify to all files you create during the current session.  However, do not include a file specification when you use the /DEFAULT qualifier.
  1388.  
  1389.   
  1390.  
  1391.  
  1392. SET QUEUE/ENTRY
  1393.  
  1394.  
  1395.   The SET QUEUE/ENTRY command changes the status of a file that is queued for printing or for batch job execution but is not yet processed by the system.
  1396.  
  1397.   
  1398.  
  1399.   Format
  1400.  
  1401.   
  1402.  
  1403.   SET QUEUE/ENTRY=sequence-number  [queue-name[:]]
  1404.  
  1405.   
  1406.  
  1407.       Additional
  1408.  
  1409.   Command Qualifiers                  Defaults
  1410.  
  1411.   
  1412.  
  1413.      /AFTER=date-time                 none
  1414.  
  1415.      /BATCH
  1416.  
  1417.      /FORMS=type
  1418.  
  1419.      /HOLD
  1420.  
  1421.      /JOB_COUNT=n
  1422.  
  1423.      /PRIORITY=n
  1424.  
  1425.      /RELEASE
  1426.  
  1427.   
  1428.  
  1429.   If you do not specify a queue name, MP0: is assumed.
  1430.  
  1431.   
  1432.  
  1433.   See also:  DELETE/ENTRY, SET QUEUE/JOB
  1434.  
  1435.   
  1436.  
  1437.  
  1438. SET QUEUE/JOB
  1439.  
  1440.  
  1441.   
  1442.  
  1443.   The SET QUEUE/JOB command uses the name of a job to modify the status of a file that is queued for a printer or batch queue.
  1444.  
  1445.   
  1446.  
  1447.   Format
  1448.  
  1449.   
  1450.  
  1451.   SET QUEUE/JOB=job-name [queue-name[:]]
  1452.  
  1453.   
  1454.  
  1455.   Command Qualifiers                  Defaults
  1456.  
  1457.   
  1458.  
  1459.      /AFTER=date-time                 None.
  1460.  
  1461.      /BATCH
  1462.  
  1463.      /FORMS=type
  1464.  
  1465.      /HOLD
  1466.  
  1467.      /JOB_COUNT=n
  1468.  
  1469.      /PRIORITY=n
  1470.  
  1471.      /RELEASE
  1472.  
  1473.   
  1474.  
  1475.   When you submit a batch job or issue the PRINT command, the job is assigned a name, according to the first input file specification or the name you specify.  You can use this name to modify the status of the job in the queue.
  1476.  
  1477.   
  1478.  
  1479.   See also:  DELETE/JOB, SET QUEUE/ENTRY
  1480.  
  1481.   
  1482.  
  1483.  
  1484. SET TERMINAL
  1485.  
  1486.  
  1487.   The SET TERMINAL command lets you specify the characteristics of your terminal. Privileged users can also set the characteristics of other terminals.
  1488.  
  1489.   
  1490.  
  1491.   Format
  1492.  
  1493.   
  1494.  
  1495.   SET TERMINAL [device-name[:]]
  1496.  
  1497.   
  1498.  
  1499.   Command Qualifiers                  Defaults
  1500.  
  1501.   
  1502.  
  1503.      /[NO]BROADCAST                   /NOBROADCAST
  1504.  
  1505.      /CRFILL[=n]                      /CRFILL=0
  1506.  
  1507.      /[NO]ECHO                        /ECHO
  1508.  
  1509.      /[NO]HARDCOPY
  1510.  
  1511.      /LA34
  1512.  
  1513.      /LA36
  1514.  
  1515.      /LA38
  1516.  
  1517.      /LA120
  1518.  
  1519.      /[NO]LOWERCASE
  1520.  
  1521.      /PARITY=EVEN                     /NOPARITY
  1522.  
  1523.              ODD
  1524.  
  1525.      /NOPARITY
  1526.  
  1527.      /[NO]SCOPE
  1528.  
  1529.      /SPEED=n
  1530.  
  1531.      /SPEED=(i,o)
  1532.  
  1533.      /[NO]TAB                         /NOTAB
  1534.  
  1535.      /[NO]TTSYNC                      /TTSYNC
  1536.  
  1537.      /[NO]UPPERCASE
  1538.  
  1539.      /VT05
  1540.  
  1541.      /VT52
  1542.  
  1543.      /VT55
  1544.  
  1545.      /VT100
  1546.  
  1547.      /WIDTH=n
  1548.  
  1549.   
  1550.  
  1551.   See also:  SHOW TERMINAL
  1552.  
  1553.   
  1554.  
  1555.  
  1556. SHOW DEVICES
  1557.  
  1558.  
  1559.   The SHOW DEVICES command displays the status of devices that have disks mounted on them or that are allocated to jobs.
  1560.  
  1561.   
  1562.  
  1563.   See also:  MOUNT, ALLOCATE
  1564.  
  1565.   
  1566.  
  1567.  
  1568. SHOW QUEUE
  1569.  
  1570.  
  1571.   The SHOW/QUEUE command displays a list of entries in the printer and/or batch job queues.
  1572.  
  1573.   
  1574.  
  1575.   Format
  1576.  
  1577.   
  1578.  
  1579.   SHOW QUEUE [queue-name[:]]
  1580.  
  1581.   
  1582.  
  1583.   Command Qualifiers
  1584.  
  1585.   
  1586.  
  1587.      /BATCH
  1588.  
  1589.      /BRIEF
  1590.  
  1591.   
  1592.  
  1593.   Queue: queue-name[:]
  1594.  
  1595.   
  1596.  
  1597.   To display the queue of your system's default printer, type:
  1598.  
  1599.   
  1600.  
  1601.   $ SHOW QUEUE
  1602.  
  1603.   
  1604.  
  1605.   If there are no files in the queue, RSTS/E prints a message similar to:
  1606.  
  1607.   
  1608.  
  1609.   LP0 queue is empty
  1610.  
  1611.   
  1612.  
  1613.  
  1614. SHOW NETWORK
  1615.  
  1616.  
  1617.   The SHOW NETWORK command displays the systems you can connect to by the network. If the network is operational, RSTS/E displays the names of different nodes that your system can access.
  1618.  
  1619.   
  1620.  
  1621.   Format
  1622.  
  1623.   
  1624.  
  1625.   SHOW NETWORK
  1626.  
  1627.   
  1628.  
  1629.   See also:  SET HOST
  1630.  
  1631.   
  1632.  
  1633.  
  1634. SHOW SYSTEM
  1635.  
  1636.  
  1637.   The SHOW SYSTEM command displays information about use of the system's resources. Specifically, it displays information about the status of all jobs, attached and detached, in use on the system.
  1638.  
  1639.   
  1640.  
  1641.   Format
  1642.  
  1643.   
  1644.  
  1645.   SHOW SYSTEM
  1646.  
  1647.   
  1648.  
  1649.   The only difference between SHOW SYSTEM and SHOW USERS is that the SHOW SYSTEM command includes information about the status of detached jobs.
  1650.  
  1651.   
  1652.  
  1653.   See also:  SHOW USERS
  1654.  
  1655.   
  1656.  
  1657.  
  1658. SHOW TERMINAL
  1659.  
  1660.  
  1661.   The SHOW TERMINAL command displays the characteristics of your terminal. Most of these characteristicscan be changed with a corresponding option of the SET TERMINAL command. (Users with privileged accounts can display the characteristics of other terminals.)
  1662.  
  1663.   
  1664.  
  1665.   Format
  1666.  
  1667.   
  1668.  
  1669.   SHOW TERMINAL [device-name[:]]
  1670.  
  1671.   
  1672.  
  1673.   See also:  SET TERMINAL
  1674.  
  1675.   
  1676.  
  1677.  
  1678. SHOW USERS
  1679.  
  1680.  
  1681.   The SHOW USERS command displays information about the status of attached jobs on the system.
  1682.  
  1683.   
  1684.  
  1685.   Format
  1686.  
  1687.   
  1688.  
  1689.   SHOW USERS
  1690.  
  1691.   
  1692.  
  1693.   See also:  SHOW SYSTEM
  1694.  
  1695.   
  1696.  
  1697.  
  1698. SUBMIT
  1699.  
  1700.  
  1701.   The SUBMIT command enters one or more control files for batch processing.
  1702.  
  1703.   
  1704.  
  1705.   Format
  1706.  
  1707.   
  1708.  
  1709.   SUBMIT file-spec[,...]
  1710.  
  1711.   
  1712.  
  1713.   Command Qualifiers                  Defaults
  1714.  
  1715.   
  1716.  
  1717.      /AFTER=date-time
  1718.  
  1719.      /NAME=job-name
  1720.  
  1721.      /PRIORITY=n                     /PRIORITY=128
  1722.  
  1723.      /QUEUE=quename
  1724.  
  1725.   
  1726.  
  1727.   File Qualifiers                     Defaults
  1728.  
  1729.   
  1730.  
  1731.      /[NO]DELETE                      /NODELETE
  1732.  
  1733.   
  1734.  
  1735.   Prompts
  1736.  
  1737.   
  1738.  
  1739.   File: file-spec[,...]
  1740.  
  1741.   
  1742.  
  1743.   See also:  DELETE/JOB, SET QUEUE/JOB
  1744.  
  1745.   
  1746.  
  1747.  
  1748. TYPE
  1749.  
  1750.  
  1751.   The TYPE command displays the contents of a text file (as opposed to a binary or temporary file).
  1752.  
  1753.   
  1754.  
  1755.   Format
  1756.  
  1757.   
  1758.  
  1759.   TYPE [node::]file-spec[,...]
  1760.  
  1761.   
  1762.  
  1763.   Command Qualifiers                  Defaults
  1764.  
  1765.   
  1766.  
  1767.      /OUTPUT=file-spec                /OUTPUT=KB:
  1768.  
  1769.      /[NO]QUERY                       /NOQUERY
  1770.  
  1771.   
  1772.  
  1773.   Prompts
  1774.  
  1775.   
  1776.  
  1777.   File: file-spec[,...]
  1778.  
  1779.   
  1780.  
  1781.   To temporarily halt the display of a file, use <CTRL/S>.  To resume output where it was interrupted, use <CTRL/Q>. (On a VT100 terminal you can also press the NO SCROLL key to stop and restart output.)
  1782.  
  1783.   
  1784.  
  1785.   To suppress the display but continue command processing, use <CTRL/O>.  If you press <CTRL/O> again before processing is completed, output resumes at the current point in command processing.
  1786.  
  1787.   
  1788.  
  1789.   To stop command execution entirely, press <CTRL/C>.  The use of <CTRL/C> returns you to DCL command level.
  1790.  
  1791.   
  1792.  
  1793.   See also:  COPY
  1794.  
  1795.   
  1796.  
  1797.  
  1798. RSTS
  1799.  
  1800.  
  1801.   Help can be obtained on a particular topic by typing:
  1802.  
  1803.           HELP  topic  subtopic  subsubtopic  ...
  1804.  
  1805.   A topic can have the following format:
  1806.  
  1807.      1) an alphanumeric string (e.g., a command name, option, etc.)
  1808.  
  1809.      2) same preceded by a "/" (=> interpreted as a switch)
  1810.  
  1811.      3) the match-all symbol "*"
  1812.  
  1813.   Examples:
  1814.  
  1815.       HELP DIRECTORY /S
  1816.  
  1817.       HELP SET STALL
  1818.  
  1819.   Abbreviations result in all matches being displayed.
  1820.  
  1821.  
  1822.   Additional information is available on:
  1823.  
  1824.  
  1825.   /OUTPUT         /PROMPT
  1826.  
  1827.   ADVANCED        ASSIGN          ATTACH          BASIC
  1828.  
  1829.   BYE             DCL             DEASSIGN        DISMOUNT
  1830.  
  1831.   DIRECTORY       EXIT            FILENAMES       FIT
  1832.  
  1833.   HELP            HELLO           KEYBOARD        LOGIN
  1834.  
  1835.   MOUNT           PIP             QUE             REASSIGN
  1836.  
  1837.   RT11            RSX             RUN             SET
  1838.  
  1839.   SWITCH          SYSTAT          TECO            TYPE
  1840.  
  1841.   VTEDIT
  1842.  
  1843. Downloaded from Just Say Yes. 2 lines, More than 500 files online!
  1844.          Full access on first call. 415-922-2008 CASFA 
  1845.  
  1846.  
  1847.  
  1848.  
  1849.   Another file downloaded from:   
  1850.  
  1851.          !
  1852.         -$-             & the Temple of the Screaming Electron
  1853.          !    *                    Walnut Creek, CA
  1854.    +    /^   |
  1855.    !    | |//^  _^_     2400/1200/300 baud  (415) 935-5845  
  1856.   /^  /   @ |  /_-_            Jeff Hunter, Sysop
  1857.   |@ _| @     @|- - -|                                     
  1858.   |  | |    /^ |  _  |                  - - - - - - - - - * 
  1859.   |___/____|_|_|_(_)_|       Aaaaaeeeeeeeeeeeeeeeeee!   /   
  1860.  
  1861.        Specializing in conversations, E-Mail, obscure information,
  1862.    entertainment, the arts, politics, futurism, thoughtful discussion, 
  1863.           insane speculation, and wild rumours. An ALL-TEXT BBS.
  1864.  
  1865.                          "Raw data for raw minds." 
  1866.  
  1867.