home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / bit / listserv / ibm7171 / 118 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.7 KB  |  31 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!utcsri!newsflash.concordia.ca!garrot.DMI.USherb.CA!uxa.ecn.bgu.edu!psuvax1!psuvm!auvm!KSUVM.BITNET!MLACY
  3. Message-ID: <IBM7171%92111800170033@VM.TCS.TULANE.EDU>
  4. Newsgroups: bit.listserv.ibm7171
  5. Date:         Tue, 17 Nov 1992 11:46:00 CST
  6. Sender:       Protocol Converter list <IBM7171@TCSVM.BITNET>
  7. From:         Mike Lacy <MLACY@KSUVM.BITNET>
  8. Subject:      modifying the host translate tables for ESCAPE
  9. Lines: 20
  10.  
  11. I am currently trying to modify the hardcopy translate table to change the
  12. EBCDIC x'27' escape to an ASCII x'1b' escape. I have followed the directions
  13. in the 7171 reference manual and programming guide for modifying host translate
  14. tables but it still does not convert a x'27' to a x'1b' on transmission.
  15. What comes across is a x'20'. I will list the steps that I took and hopefully
  16. someone can point me in the right direction to solve my problem.
  17. co dc00:4782 dc00:1d00 100     copy host ebcdic to ascii table to nv-ram
  18. s dc00:1d27 1b                 change ebcdic escape to ascii escape
  19. co dc00:4a82 dc00:1e00 100     copy host ascii to ebcdic table to nv-ram
  20. s dc00:1e1b 27                 change ascii escape to ebcdic escape
  21. co dc00:436e dc00:1f00 14      copy host translate table to nv-ram
  22. sw dc00:1f08 1d00              change the pointer to ebcdic to ascii table
  23. sw dc00:1f0e 1e00              change the pointer to ascii to ebcdic table
  24. co dc00:5d5a dc00:1f20 12      copy the hardcopy header to nv-ram
  25. sw dc00:1f28 1f00              change the host translate table pointer
  26. sw dc00:33a 1f20               change the pointer for terminal names list
  27.  
  28. If any additional information is needed I will gladly supply it.
  29.  
  30. Thanks, Mike Lacy    Fort Hays State University
  31.