home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / rexx / 862 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.6 KB  |  47 lines

  1. Newsgroups: comp.lang.rexx
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!jvnc.net!yale.edu!yale!gumby!destroyer!ncar!csn!stortek!sanitas!pg
  3. From: pg@sanitas.stortek.com (Paul Gilmartin)
  4. Subject: Re: Blanks, REXX, and portability...
  5. Message-ID: <1992Sep2.212825.29958@stortek.com>
  6. Sender: usenet@stortek.com
  7. Nntp-Posting-Host: sanitas.stortek.com
  8. Organization: Storage Technology Corp.
  9. X-Newsreader: Tin 1.1 PL5
  10. References: <1992Sep2.162052.25264@wrkgrp.COM>
  11. Date: Wed, 2 Sep 1992 21:28:25 GMT
  12. Lines: 33
  13.  
  14. Edward T Spire (ets@wrkgrp.COM) wrote:
  15.  
  16. : 3.  REXX is used as a macro language for other applications (XEDIT
  17. : and ISPF come to mind) that have themselves been "ported".  XEDIT macros
  18. : ported from CMS to Unix port very nicely indeed (since the primary
  19. : addressible environments are very similar).   ...
  20.  
  21. I wouldn't quite say "very nicely".  Here are the problems I encountered
  22. trying to convert some of my XEDIT macros from CMS to uni-XEDIT/uni-REXX:
  23.  
  24. extract /uniqueid doesn't work
  25.  
  26. extract /size doesn't work
  27.  
  28. extract /lscreen doesn't work
  29.  
  30. extract /update doesn't work
  31.  
  32. extract /terminal doesn't work
  33.  
  34. extract /cursor doesn't return cursor.5 ... cursor.8
  35.  
  36. extract /ring doesn't work
  37.  
  38. Search for external functions is case-sensitive
  39.  
  40. command pfile and command pquit not defined
  41.  
  42. command line is not stacked on entry to PF key macro.  This has been
  43. an undocumented feature of CMS XEDIT.  However, in response to my
  44. Reader's Comment Form ES592, IBM has agreed the feature needs to be
  45. documented.  As soon as the feature appears in IBM doc, I'll report
  46. it as a defect to TWG.
  47.