
JCL
List the Information from the Logrec Data Set
Next are a few examples of Jobs to list information from the Logrec Data Set: 1. Detail Edit Report This job generates detail edits and summaries of all software and operational records: //EREPRPT1 JOB,MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID //REPORT1 EXEC PGM=IFCEREP1,PARM=’CARD’ //ACCIN DD DSN=MVS.LOGREC.HISTORY,DISP=SHR //DIRECTWK DD UNIT=SYSDA, // SPACE=(CYL,5,,CONTIG) //EREPPT DD SYSOUT=A,DCB=BLKSIZE=133 //TOURIST DD […]