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

  1. Newsgroups: comp.lang.rexx
  2. Path: sparky!uunet!wrkgrp!ets
  3. From: ets@wrkgrp.COM (Edward T Spire)
  4. Subject: Re: Blanks, REXX, and portability...
  5. Message-ID: <1992Sep4.162419.2501@wrkgrp.COM>
  6. Organization: The Workstation Group
  7. References: <1992Sep2.212825.29958@stortek.com>
  8. Date: Fri, 4 Sep 92 16:24:19 GMT
  9. Lines: 43
  10.  
  11. pg@sanitas.stortek.com (Paul Gilmartin) writes:
  12. : Edward T Spire (ets@wrkgrp.COM) wrote:
  13. :  
  14. : : 3.  REXX is used as a macro language for other applications (XEDIT
  15. : : and ISPF come to mind) that have themselves been "ported".  XEDIT macros
  16. : : ported from CMS to Unix port very nicely indeed (since the primary
  17. : : addressible environments are very similar).   ...
  18. : I wouldn't quite say "very nicely".  Here are the problems I encountered
  19. : trying to convert some of my XEDIT macros from CMS to uni-XEDIT/uni-REXX:
  20. : extract /uniqueid doesn't work
  21. : extract /size doesn't work
  22. : extract /lscreen doesn't work
  23. : extract /update doesn't work
  24. : extract /terminal doesn't work
  25. : extract /cursor doesn't return cursor.5 ... cursor.8
  26. : extract /ring doesn't work
  27. : Search for external functions is case-sensitive
  28. : command pfile and command pquit not defined
  29. : command line is not stacked on entry to PF key macro.  This has been
  30. : an undocumented feature of CMS XEDIT.  However, in response to my
  31. : Reader's Comment Form ES592, IBM has agreed the feature needs to be
  32. : documented.  As soon as the feature appears in IBM doc, I'll report
  33. : it as a defect to TWG.
  34.  
  35. OK, "nicely", not "very nicely".  When the "cloning" process is
  36. completed, then it **will** be "very nicely".
  37.  
  38. Of course, some of these things don't port cleanly.  Terminal, for
  39. example.  Case considerations for external functions is another sticky
  40. issue.
  41.  
  42. -Ed
  43.