home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / qmodem.zip / QMODEM / IBMVT100.TXT < prev    next >
Text File  |  2004-05-02  |  5KB  |  173 lines

  1. Using VT100 Emulation to Access a IBM Mainframe via a 3708 Protocol Conv.
  2.  
  3. I.    Introduction
  4.  
  5. For people who don't have access to a coaxially connected IBM mainframe 
  6. terminal, an IBM compatible PC with a modem and the Packet/PC software 
  7. program makes an excellent substitute for an IBM terminal.  However, 
  8. Packet/PC only works with IBM compatible PCs.  For non-IBM  personal 
  9. computers and IBM compatible computers without Packet/PC, VT100 terminal 
  10. emulation is a good alternative.
  11.  
  12. To use modem dial-up to the mainframe, you must have special authorization 
  13. to access the IBM computer through a modem.  Contact your RACF
  14. Administrator to have them send in a request form for you.
  15.  
  16. II.    Set-up
  17.  
  18. Several parameters must be properly set in order to communicate with the 
  19. IBM mainframe. All ASCII terminals and terminal emulation programs can 
  20. change these parameters.
  21.  
  22. Baud Rate:    1200 or 2400   It depends on the speed of the modem you are
  23.                                 using.
  24. Duplex:       Full
  25. Parity:       Even
  26. Data Bits:    7
  27. Stop Bits:    1
  28.  
  29. III.    Logon Procedure
  30.  
  31. 1.  Start your equipment and software.
  32.  
  33. 2.  Make the connection between your equipment and the IBM mainframe. The 
  34. process to do this is dependent upon your equipment and software. The 
  35. instruction manual for your software and modem should explain this process.
  36.  
  37. 3.  After the modem has made connection, you must hit RETURN once. The 
  38. screen will print a header followed by a prompt line:
  39.  
  40. ======IBM 3708===EC   A58809======RID 3708-001 88-0008771========PORT 03======
  41. C2:  Type the number of your terminal: 
  42. ===>  __
  43.  
  44. 4.  The number to type is 5 and press RETURN, for VT100 emulation.
  45. Another prompt line appears:
  46.  
  47. ======IBM 3708===EC   A58809======RID 3708-001 88-0008771========PORT 03======
  48. C2:  Type the number of your terminal:
  49. ===>   5_
  50. ==>  
  51. _________
  52.  
  53. 5.  This is the place to type CICS, MAIL, TSO2,or
  54. any other application name; and press RETURN.
  55.  
  56. ======IBM 3708===EC   A58809======RID 3708-001 88-0008771========PORT 03======
  57. C2:  Type the number of your terminal:
  58. ===>  5___
  59. ==>  
  60. SCICS____
  61.  
  62. 6.  The signon screen for that application will appear.  Sign on to this 
  63. application just like you would on a regular IBM terminal.
  64.  
  65. 7.  The application will appear.  Only applications and functions in Mod 2 
  66. format work in VT100 emulation.
  67.  
  68. 8.  From now on, the PC will emulate an IBM terminal.  Use the keyboard 
  69. conversion chart to locate the keys on your PC that perform the IBM 
  70. terminal functions.
  71.  
  72. 9.  To log-off, exit from the application in the ususal manner and hang-up 
  73. the modem phone line on your computer.
  74.  
  75. IV.  Troubleshooting Procedures
  76.  
  77. If your keyboard appears to be locked, hit CTRL-R (Push down and hold the 
  78. CTRL key and push the R key).  This will send a reset signal to the 
  79. mainframe.
  80.  
  81. The modems attached to the mainframe have been instructed to hang up
  82. after 5 minutes of inactivity.  This may cause some inconvenience, but it 
  83. was done to free up the dial-up ports as soon as possible when they are 
  84. finished being used.  Remember to save any work if you are called away from 
  85. your terminal.
  86.  
  87. THE VT100 EMULATION TO IBM MAINFRAME KEY CONVERSION CHART
  88.  
  89. To perform
  90. this function:   Type:
  91. ---------------------------------------
  92. ATTN-------------CTRL A
  93.  
  94. BACKTAB----------BACKSPACE OR ESC TAB
  95.  
  96. CLEAR------------CTRL C
  97. CURSOR SELECT----ESC k
  98.  
  99. DELETE-----------DELETE
  100. DEV CNCL---------CTRL X
  101. DOWN ARROW-------"THE DOWN ARROW"
  102. DUP--------------CTRL D
  103.  
  104. ENTER------------RETURN OR NUMERIC ENTER
  105. ERASE EOF--------CTRL E
  106. ERASE INPUT------ESC f
  107.  
  108. FIELD MARK-------CTRL F
  109.  
  110. HOME-------------ESC H
  111.  
  112. IDENT------------ESC z
  113. INSERT MODE------ESC DELETE
  114.  
  115. LEFT ARROW-------"THE LEFT ARROW"
  116.  
  117. NEW LINE---------LINE FEED
  118. NULL/BLANK-------ESC n
  119.  
  120. PA1--------------ESC ,
  121. PA2--------------ESC .
  122. PA3--------------ESC /
  123.  
  124. PF1--------------NUMERIC 1 or ESC 1
  125. PF2--------------NUMERIC 2 or ESC 2
  126. PF3--------------NUMERIC 3 OR ESC 3
  127. PF4--------------NUMERIC 4 OR ESC 4
  128. PF5--------------NUMERIC 5 OR ESC 5
  129. PF6--------------NUMERIC 6 OR ESC 6
  130. PF7--------------NUMERIC 7 OR ESC 7
  131. PF8--------------NUMERIC 8 OR ESC 8
  132. PF9--------------NUMERIC 9 OR ESC 9
  133. PF10-------------PF1 OR ESC 0
  134. PF11-------------PF2 OR ESC -
  135. PF12-------------PF3 OR ESC =
  136. PF13-------------ESC !
  137. PF14-------------ESC @
  138. PF15-------------ESC #
  139. PF16-------------ESC $
  140. PF17-------------ESC %
  141. PF18-------------ESC ^
  142. PF19-------------ESC &
  143. PF20-------------ESC *
  144. PF21-------------ESC (
  145. PF22-------------ESC )
  146. PF23-------------ESC _
  147. PF24-------------ESC +
  148.  
  149. PRINT------------CTRL P
  150. REFRESH----------CTRL U
  151. RESET------------CTRL R
  152. RESUME DISPLAY---CTRL Y
  153. RESUME PRINTER---CTRL p
  154. RIGHT ARROW------"THE RIGHT ARROW"
  155.  
  156. STATUS ON/OFF----CTRL W
  157. SUSPEND DISPLAY--CTRL T
  158. SUSPEND PRINTER--CTRL o
  159. SYS REQ----------ESC S
  160.  
  161. TAB--------------TAB
  162. TYPE AHEAD-------ESC a
  163.  
  164. UP ARROW---------"THE UP ARROW"
  165.  
  166. For key sequences that begin with ESC, press and release ESC and then press 
  167. the other key.
  168. For key sequences that begin with CTRL, press and hold CTRL while pressing 
  169. the other key.
  170. For key sequences that contain NUMERIC, press the appropriate key on the 
  171. numeric key pad.
  172.