home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / rexx / 698 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.9 KB  |  47 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!usc!sdd.hp.com!mips!darwin.sura.net!paladin.american.edu!auvm!UCSFVM.BITNET!GOMBERG
  3. Message-ID: <REXXLIST%92081300302474@UGA.CC.UGA.EDU>
  4. Newsgroups: comp.lang.rexx
  5. Date:         Wed, 12 Aug 1992 11:22:07 PDT
  6. Sender:       REXX Programming discussion list <REXXLIST@UGA.BITNET>
  7. From:         Dave Gomberg <GOMBERG@UCSFVM.BITNET>
  8. Subject:      Re: command output to a queue in OS/2 (was: Automated FTP
  9.               session)
  10. In-Reply-To:  Message of Wed,
  11.               12 Aug 1992 12:04:00 GMT from <pmuellr@VNET.IBM.COM>
  12. Lines: 33
  13.  
  14. On Wed, 12 Aug 1992 12:04:00 GMT 'Pat Mueller' said:
  15. >> While on the subject of REXX API's am I missing something or is there
  16. >> no interface between REXX and OS/2.  What I have in mind is the
  17. >
  18. >There is an RXQUEUE program which reads from stdin, and places the
  19. >lines received on the stack.  So you can do something like this
  20. >
  21. >   "DIR | RXQUEUE"
  22. >   do while queued()
  23. >      parse pull line
  24. >      ...
  25. >   end
  26. >
  27. >As far as I know, this >is< documented (hardcopy and online, at least
  28. >for 2.0), but it would be in the reference manual.
  29. >
  30. >Patrick Mueller
  31. >pmuellr@vnet.ibm.com
  32. >Programming Systems, IBM Cary, NC
  33.  
  34. Pat, I guess you have just issued yet another arguement for shipping the
  35. hardcopy doc without cost.  I just looked in the OS/2 Command Ref online
  36. and RXQUEUE is not found by search (all sections, all libraries), nor
  37. is it in the global list of commands.   RXQUEUE function is listed in
  38. the REXX doc, but it is something else.  I would assume that IBM takes the
  39. posture that users who demonstrate a need for doc beyond what is provided
  40. in the online version will be sent the paper doc without charge.  Please
  41. enroll me in the list of those requiring OS/2 Ref Man and REXX UG and
  42. Ref Man.  Many thanks.
  43.  
  44.  
  45. Dave Gomberg    GOMBERG@UCSFVM  Internet node UCSFVM.UCSF.EDU  (415)731-7793
  46. Seven Gateview Court, San Francisco CA 94116-1941
  47.