home *** CD-ROM | disk | FTP | other *** search
/ Internet Core Protocols / Oreilly-InternetCoreProtocols.iso / RFCs / rfc377.txt < prev    next >
Encoding:
Text File  |  1999-10-14  |  7.1 KB  |  228 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. NETWORK WORKING GROUP                                        R.T. BRADEN
  8. REQUEST FOR COMMENTS #377                                       UCLA/CCN
  9. NIC 11119                                                AUGUST 10, 1972
  10. CATEGORIES:
  11. OBSOLETES:
  12. UPDATES:
  13.  
  14.  
  15.               USING TSO VIA ARPA NETWORK VIRTUAL TERMINAL
  16.  
  17.  
  18. A.  Connecting to TSO
  19.     -----------------
  20.  
  21.     IBM's Time Sharing Option (TSO) is available at UCLA-CCN on Socket 1
  22.     using the standard Telnet protocol.
  23.  
  24.     1.  To access TSO, the remote user performs ICP to Socket 1 at CCN
  25.         and executes the command:
  26.  
  27.                     TSO CR LF
  28.                         -- --
  29.  
  30.     2.  Possible responses to the TSO command are:
  31.  
  32.         a.  "WELCOME TO UCLA/CCN TSO"
  33.  
  34.             followed by a herald ("!").  TSO is available.   A TSO LOGON
  35.             command should be entered following the herald.
  36.  
  37.         b.  "TSO NOT AVAILABLE AT THIS TIME"
  38.  
  39.             The user should check the TSO schedule and verify that it
  40.             should be available. If so, he can call the CCN on-line help
  41.             phone, 213-825-1652 for availability information, or send a
  42.             message to the operator through NETRJS.
  43.  
  44.         c.  "ALL TSO PORTS BUSY"
  45.  
  46.             The user should try again after a short time. If this
  47.             condition recurs frequently, notify the Technical Liaison at
  48.             CCN so that more Network ports can be added.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Braden                                                          [Page 1]
  59.  
  60. RFC 377            Using TSO via Net Virtual Terminal        August 1972
  61.  
  62.  
  63.     3.  When first connected to CCN server Telnet, the user has a choice
  64.         of several commands besides "TSO". The TSO-related commands are:
  65.  
  66.             HELP    -  A listing of commands at this level, and other
  67.                        general information.
  68.  
  69.             BBOARD  -  List operational notices.
  70.  
  71.     4.  Local echoing (i.e., by the user site) is required.
  72.  
  73.     5.  Server-Telnet will time-out and disconnect the user if:
  74.  
  75.         a.  Output to the Network does not complete within 5 minutes, or
  76.  
  77.         b.  An INS, DATA MARK pair does not match within 2 minutes, or
  78.  
  79.         c.  TSO waits for the user to enter input for 20 minutes.
  80.  
  81. B.  Conversing with TSO
  82.     -------------------
  83.  
  84.     1.  TSO is strictly a line-at-a-time system.  Input is not scanned
  85.         until either an end-of-line or an INS (interrupt) is received at
  86.         CCN.  TSO sends the user an exclamation mark ("!") as a herald
  87.         when waiting for input.
  88.  
  89.     2.  The end-of-line indication for input and output lines is the
  90.         standard CR LF sequence.
  91.  
  92.     3.  The remote user my interrupt TSO output by sending an INS and
  93.         DATA MARK (Telnet X'80').  Note to TIP users: this may be
  94.         accomplished with the TIP command "SEND SYNC".  Each such
  95.         interrupt is passed to TSO, which interprets it as an output
  96.         break, i.e., as if the user pressed the ATTention key on his
  97.         2741 while the keyboard was _locked_.
  98.  
  99.         On the Network, "attentions" are not used to delete lines being
  100.         entered.  The CCN Server-Telnet provides line editing functions
  101.         for TSO users: the ASCII control CAN deletes the line being
  102.         entered, while BS deletes the preceding character.
  103.  
  104.     4.  There is a third interrupt case to be considered: suppose a
  105.         program has placed the user's terminal into input state, but the
  106.         user wants to suspend its execution and take control up a level
  107.         without satisfying the pending input request.  This is supposed
  108.         to be accomplished by sending an INS/DATA MARK pair.
  109.         Unfortunately, due to a bug in our Network interface to TSO, the
  110.         interrupt will be ignored in this case.  To circumvent this
  111.  
  112.  
  113.  
  114. Braden                                                          [Page 2]
  115.  
  116. RFC 377            Using TSO via Net Virtual Terminal        August 1972
  117.  
  118.  
  119.         problem, we recommend that you define a software break string,
  120.         such as "!!!!".  This may be accomplished with the command:
  121.  
  122.                     TERM INPUT (!!!!)
  123.  
  124.         Note that there are no quotes around the string.  You can enter
  125.         this command when you first log on, and it will remain in effect
  126.         for the session (or until you issue a new TERM command).  Then
  127.         any input line containing four successive exclamation points
  128.         will be interpreted as if an interrupt (attention) had been
  129.         sent.  If that line contains other characters preceding the
  130.         exclamation marks, the latter will be interpreted as line
  131.         delete; otherwise, the result will be to take control up a
  132.         level.
  133.  
  134. C.  Character Sets
  135.     --------------
  136.  
  137.     1.  Both upper and lower case input are allowed, but the server
  138.         Telnet will translate all lower case to upper. Output is
  139.         normally upper case.
  140.  
  141.     2.  Line-editing is provided by the Server-Telnet program before
  142.         passing the input line to TSO.
  143.  
  144.                 INPUT                    ACTION
  145.                 -----                    ------
  146.  
  147.                 CAN (control X)          delete current line.
  148.  
  149.                 BS (control H)           delete previous character on
  150.                                          same line
  151.  
  152.                                          (NOTE: Telnet control char-
  153.                                          acters are not deleted; they
  154.                                          are bypassed in the backspace
  155.                                          operation.)
  156.  
  157.                  HT (control I)          insert one space in input.
  158.  
  159.         All other ASCII controls are deleted from the input before
  160.         line-editing is performed.
  161.  
  162.     3.  Input lines are translated to EBCDIC by the rules used for a
  163.         NETRJS remote operator console (see Appendix B in RFC189).
  164.         Specifically:
  165.  
  166.  
  167.  
  168.  
  169.  
  170. Braden                                                          [Page 3]
  171.  
  172. RFC 377            Using TSO via Net Virtual Terminal        August 1972
  173.  
  174.  
  175.         a.  ASCII controls are ignored except for BS, CAN, HT, and CR
  176.             LF.
  177.  
  178.         b.  The following correspondence is used for the EBCDIC graphics
  179.             not in ASCII:
  180.  
  181.  
  182. [In the original, the ASCII and EBCDIC graphics were handwritten; in  ]
  183. [this version the ASCII graphics are typed and the EBCDIC graphics are]
  184. [omitted.]
  185.  
  186.                     ASCII                  TSO
  187.                     -----                  ---
  188.                       !                    (Vertical bar)
  189.  
  190.                       ~                    (EBCDIC "not")
  191.  
  192.                       \                    (Cent)
  193.  
  194.         c.  The six ASCII graphics not in EBCDIC are translated into
  195.             EBCDIC question marks.
  196.  
  197.     4.  All Telnet controls except DATA MARK are ignored.
  198.  
  199. RTB/gjm
  200. 8/10/72
  201.  
  202.  
  203.  
  204.  
  205.        [ This RFC was put into machine readable form for entry ]
  206.        [ into the online RFC archives by Alex McKenzie with    ]
  207.        [ support from GTE, formerly BBN Corp.             9/99 ]
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. Braden                                                          [Page 4]
  227.  
  228.