Hi -
We currently have a processing and error report that is sent to a file:
//XSOCF DD DSN=JIUP.U00P.JIUA910A,
// DISP=(,CATLG,DELETE),
// DCB=(DSORG=PS,BLKSIZE=0,LRECL=133,RECFM=FB),
// SPACE=(TRK,(200,100),RLSE)
I don’t want to keep the report file if the job abends and that is how it is coded above. But I would like to see it in Spool. I know I can add change the DISP and add extra steps, but I would like to keep it all in the same step. We have many jobs that handle the file the same way, so I’m looking for an easy way to do this without adding extra steps. The reason is, when the failed job is cleaned up from spool and placed in a separate tool for future reference, we would be able to see what the o/p files contained in it. Any suggestion would help please.