I have a request from a systems administrator to suppress all SYSOUT from a particular job. The Job card has MSGCLASS=A (working on getting a list of the various available classes and their meanings).
Throughout the job, there is SYSOUT=T and SYSOUT=(,). The SA tells me that SYSOUT=T sends the output to the output queues and (,) means that output should be suppressed. However, the suppression setting isn't suppressing and he wants me to figure out something else.
I briefly thought of using DD DUMMY throughout the job, but that would cause the output to be completely deleted. Another option is to create datasets for all the SYSOUT, but that seems excessive.
I'm not sure what to do with this. Any suggestions?
OUTCLASS(Z) OUTDISP(PURGE,HOLD)
PURGE in case of normal termination,
HOLD in case of abnormal termination