Re: Get JES[2|3] Output from a job with REXX

2012-05-10 Thread Elardus Engelbrecht
Uwe Oswald wrote: ... since I need a [ REXX - my insertion ... ] solution which is independent of JESx and SDFS, IOF, EJES Independent? AFAIK in REXX, you need to find out in what environment, what JESx, etc, you are running, then you need to call from REXX something externally using

Re: Get JES[2|3] Output from a job with REXX

2012-05-09 Thread Shmuel Metz (Seymour J.)
In CAHtJz9KzdR7+oFtC0TH6Q8TUh9fo=WH5X0=auex7xysab+n...@mail.gmail.com, on 05/09/2012 at 11:56 AM, Wayne Bickerdike wayn...@gmail.com said: How about the old OUTPUT command. The OP asked for complete job output. The TSO OUTPUT command won't give him that unless some fairly stringent conditions

Re: Get JES[2|3] Output from a job with REXX

2012-05-09 Thread Shmuel Metz (Seymour J.)
In 8a81d0a4c19b63498a8ef2105fe185364bc63...@dc01.zit-consulting.local, on 05/08/2012 at 12:28 PM, Uwe Oswald uwe.osw...@zit-consulting.com said: after asked Google for several hours but haven't found anything really useful. Is it possible to use REXX to get a complete (!) job output incl.

Get JES[2|3] Output from a job with REXX

2012-05-08 Thread Uwe Oswald
Hi, after asked Google for several hours but haven't found anything really useful. Is it possible to use REXX to get a complete (!) job output incl. SYSPRINT and whatever DD card was used in the JCL? I'm not talking about a SDSF REXX since I need a solution which is independent of JESx and

Re: Get JES[2|3] Output from a job with REXX

2012-05-08 Thread Walter Marguccio
 I know the FTP JESx solution but I would like to use REXX. Uwe, would SDSFEXT at http://www.lbdsoftware.com/ help ? Walter Marguccio z/OS Systems Programmer BELENUS LOB Informatic GmbH Munich - Germany -- For IBM-MAIN

Re: Get JES[2|3] Output from a job with REXX

2012-05-08 Thread Wayne Bickerdike
How about the old OUTPUT command. Using the STATUS command you can trap the jobname and number. OUT command is ancient but still works. Output is written to userid.OUTLIST by default. Example: /* REXX */ ADDRESS TSO OUT JOBNAME(J0063459) PR(J0063459) HO K HOld Keep to leave the