home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / networki / 2895 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.4 KB

  1. Path: sparky!uunet!gatech!psuvax1!psuvm!wvnvm!jay
  2. Date: Mon, 25 Jan 1993 09:47:32 EST
  3. From: James Justice <JAY@wvnvm.wvnet.edu>
  4. Message-ID: <93025.094732JAY@wvnvm.wvnet.edu>
  5. Newsgroups: comp.os.os2.networking
  6. Subject: Re: PMANT quirk
  7. References:  <1993Jan24.184537.7769@athena.mit.edu>
  8. Lines: 22
  9.  
  10. In article <1993Jan24.184537.7769@athena.mit.edu>, jawetzel@athena.mit.edu (The
  11. Rottweiler) says:
  12. >
  13. >I'm trying to do some Rexx programming on our mainframe and I am
  14. >unable to find the proper key to produce a logical not in Rexx.
  15. >When I'm in Xedit on the mainframe, I type the following sequence:
  16. >
  17. >if x^=0
  18. >
  19. >In all the other 3270 emulators I've used, the carat symbol
  20. >translated to the not character in Xedit but here its not the
  21. >case.  Using the Xedit hextype command I get the following:
  22.  
  23. The newest release of PMANT and TN3270 use the default translate
  24. tables that don't support the ^ sign.  In \TCPIP\ETC there is a file
  25. named "3278XLT.SAM".  This file contains the default translate tables.
  26. To use it you must rename or copy it into "3278XLT.TBL".  Now you have
  27. a tranlate table that does the default and does not help you.  You need
  28. to mod the table to support the ^ sign.  In the top ASCII to EBCDIC
  29. table, you should change the line labeled 50 in the far right column.
  30. The change is that the next to last byte should be changed from "B0"
  31. to "5F".  Now you have a not sign on both input and output!
  32.