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 job on the queue while you experiment... On Tue, May 8, 2012 at 10:28 PM, Uwe Oswald <[email protected]> wrote: > 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 SDFS, IOF, > EJES .... > > I know the FTP & JESx solution but I would like to use REXX. > > Hopfully someone have a hint or an example for me. > > Thank you in advance. > > Regards from Germany, > Uwe > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN -- Wayne V. Bickerdike ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

