1. Specify SYSLOG write outclass CMD==/W L 2. Start write PROC You should have a PROC like below, to write SYSLOG to dataset, usually in your site PROCLIB. CMD==/S CPFSLOGW.stepname,,,L //IEFPROC EXEC PGM=IASXWR00,PARM='PL' //IEFRDER DD DSN=MIB.SYSLOG(+1), // DISP=(NEW,CATLG),UNIT=SYSDA,SPACE=(CYL,(90,80),RLSE), // DCB=(MIB.SYSLOG.DSCB,BUFNO=5,BUFL=4088) 3. Wait [ Read More ]