home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / rexx / 836 < prev    next >
Encoding:
Text File  |  1992-08-30  |  2.0 KB  |  39 lines

  1. Newsgroups: comp.lang.rexx
  2. Path: sparky!uunet!van-bc!rsoft!agate!ames!haven.umd.edu!darwin.sura.net!wupost!usc!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!noc.msc.net!uc.msc.edu!apctrc!wsc!mozart!zjlc12
  3. From: zjlc12@hou.amoco.com (Jerry Campbell)
  4. Subject: Rexx and assumptions about data
  5. Message-ID: <1992Aug27.150914.17303@hou.amoco.com>
  6. Sender: news@hou.amoco.com
  7. Reply-To: zjlc12@hou.amoco.com
  8. Organization: Amoco
  9. Date: Thu, 27 Aug 1992 15:09:14 GMT
  10. Lines: 27
  11.  
  12. I think its a BIG mistake for an particular interpreter implementation or
  13. especially the ANSI committee to make any assumptions about the data a
  14. Rexx program may need to deal with.  Consider a distributed computing 
  15. environment where a Rexx program may need to control or communicate with
  16. other operating systems.  What if, I had a Rexx application running
  17. on my Amiga :), that needed to access a Vax database, manipulate the 
  18. data somehow or another and then, say, generate a report to be printed
  19. on an MVS (it ill never die) attached printer.  If you step back from 
  20. this issue a bit and consider the possible uses of Rexx as an interprocess,
  21. intersystem scripting language I think its required that we not insist
  22. on "helping" the Rexx programmer port his programs with stuff like builtin
  23. *automatic* tab to space conversion and such.  Leave that kind of "help"
  24. as an option of some kind.  I like the idea of using the Options statement
  25. (as Pat Mueller suggested) to turn helpers of this type on and off as needed.
  26.  
  27. BTW, AmigaDos makes heavy use of Rexx as an multiple process/task facilitator. 
  28. As in, Rexx starts image processing application, processes some images,
  29. starts a viewing tool, passes the images to the viewer, takes input from
  30. the user which says, print this picture, start a desktop publishing program,
  31. import the image, print the image.  All of this done in a automated, hands-off
  32. mode for the user.  Now, expand the concept to other systems/hosts instead
  33. of local processes....
  34. ---
  35. Jerry Campbell   reply to: zjlc12@hou.amoco.com 
  36. Amoco Corp. ISD  SSS/Graphics
  37. Houston, Tx.     713/556-7036
  38.  
  39.