Page 1 of 1

Having two SYSPRINT listings ?

PostPosted: Wed Dec 23, 2009 4:32 pm
by Nenad V
Hello,
the following JCL :

//SYSPRINT DD CCUEXT=&CCUEXTS1,DISP=(MOD,DELETE,DELETE),
// UNIT=VIO,SPACE=(CYL,(1,1))

sends the sysprint to the client on a win machine ( by setting CCUEXTTS1 parameter).

What options do I have to save a copy of this SYSPRINT in the joblog as well ( SYSOUT=*)?

Thanks in advance!

Regards, Nenad

Re: Having two SYSPRINT listings ?

PostPosted: Wed Dec 23, 2009 10:38 pm
by Bill Dennis
One method would be to write SYSPRINT to a temp file on disk first and then follow with two steps 1) to copy to SYSOUT and 2) to copy to file system.