> 
> Is there any possibility to duplicate the output to SYSOUT to another
Ddname/DSname
> in realtime ?
> I want to follow the execution by inspecting the output but at the same
time save it for
> processing in a following step.
> Preferably by JCL means.
> 

I do a similar process, I write the SYSOUT to a dataset, then pass it to
IEBGENER step to put it back to the JOB.  Then I can use the SYSOUT DSN that
was created for inspection later.

I do not know of a process in JES that would create both a DSN and SYSOUT at
the same time.

If you have control over the program, then you could create 2 DCBs - one for
SYSOUT and one for a DSN.

Unfortunately I do not think that is what you want to do.  And I know of no
mechanism in JES that will do this.
Lizette

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

Reply via email to