home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / rexx / 713 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  968 b 

  1. Path: sparky!uunet!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!uknet!ox-prg!oxuniv!marques
  2. From: marques@vax.oxford.ac.uk
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: SH backquote functionality in REXX?
  5. Message-ID: <1992Aug13.175034.8260@vax.oxford.ac.uk>
  6. Date: 13 Aug 92 16:50:34 GMT
  7. References: <41280@ogicse.ogi.edu>
  8. Organization: Oxford University Library Automation Team
  9. Lines: 18
  10.  
  11. In article <41280@ogicse.ogi.edu>, jbthiel@ogicse.ogi.edu (John B. Thiel) writes:
  12. > What, if any, is a Rexx equivalent to the backquote mechanism as used
  13. > in SH, whereby `process` is replaced by the stdio output of the
  14. > process?
  15. > eg.
  16. > now=`date`
  17. > -- 
  18. > CSNET    jbthiel@cse.ogi.edu
  19. > UUCP    ...{sun,tektronix,verdix}!ogicse!jbthiel
  20.  
  21. In a word, no.  Both OS/2 and VM REXX have ways of putting the output of 
  22. commands into stem variables but these methods are implementation specific.
  23. -- 
  24. Jose Marques, Systems Programmer
  25.  %INCLUDE STDDIS; /* Standard Disclaimer */
  26.