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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!136.161.128.3!FLASS
  3. Message-ID: <REXXLIST%92082009243430@UCF1VM.BITNET>
  4. Newsgroups: comp.lang.rexx
  5. Date:         Thu, 20 Aug 1992 09:24:32 LCL
  6. Sender:       REXX Programming discussion list <REXXLIST@UGA.BITNET>
  7. From:         Peter Flass <flass@136.161.128.3>
  8. Subject:      Re: Capturing System Command Output (was: SH Backquote)
  9. Comments: To: General REXX Language Discussion List
  10.               <REXXLIST@ucf1vm.cc.ucf.edu>
  11. Comments: cc: Multiple recipients of list REXXLIST <REXXLIST@ucf1vm.cc.ucf.edu>
  12. Lines: 20
  13.  
  14. >   The committee is leaning towards providing yet another special variable
  15. >   to indicate the completion status of the command to the external
  16. >   environment in a standard manner.  ...
  17. >   ...                Hence the committee is leaning towards adding the
  18. >   special variable "rs", which would be assigned the value -1, 0, or 1
  19. >   upon the completion of an external command, meaning failure, normal,
  20. >   or error status.
  21.  
  22. This is a tall order -- A REXX implementation would have to know the
  23. significance of _all possible_ return codes from _all possible_
  24. environments.  Since environments are being multiplied constantly
  25. it might be less confusing not to try.
  26.  
  27. =====================================================================
  28. = Peter Flass                               flass@nyslbd.gov        =
  29. = Systems Programmer                        tel (518)458-5114       =
  30. = NYS Legislative Bill Drafting Commission                          =
  31. = 1450 Western Ave.                                                 =
  32. = Albany, NY  12203                                                 =
  33. =====================================================================
  34.