home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / networki / 2889 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.3 KB  |  39 lines

  1. Newsgroups: comp.os.os2.networking
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!bogus.sura.net!udel!gatech!enterpoop.mit.edu!bloom-beacon!bloom-picayune.mit.edu!jawetzel
  3. From: jawetzel@athena.mit.edu (The Rottweiler)
  4. Subject: PMANT quirk
  5. Message-ID: <1993Jan24.184537.7769@athena.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: indra.mit.edu
  8. Organization: Massachusetts Institute of Technology
  9. Date: Sun, 24 Jan 1993 18:45:37 GMT
  10. Lines: 27
  11.  
  12. I'm trying to do some Rexx programming on our mainframe and I am 
  13. unable to find the proper key to produce a logical not in Rexx.
  14. When I'm in Xedit on the mainframe, I type the following sequence:
  15.  
  16. if x^=0
  17.  
  18. In all the other 3270 emulators I've used, the carat symbol
  19. translated to the not character in Xedit but here its not the
  20. case.  Using the Xedit hextype command I get the following:
  21.  
  22. 898640A7 B07EF0
  23.  i f   x  " = 0
  24.  
  25. In previous files I've written, the proper sequence is the
  26. following:
  27.  
  28. 898640A7 5F7EF0
  29.  i f   x  - = 0
  30.                                 ____
  31. (actually the character corresponding to hex 5F looks like      | )
  32.  
  33. I am currently using an Xedit macro to get around this problem  but
  34. what I was wondering was if this is a problem with PMANT or is 
  35. Xedit improperly configured on the mainframe?
  36.  
  37.                         Jake
  38.  
  39.