Processing LOGREC (opens in new tab)
Logrec is a z/OS dataset which records information about events, such as hardware problems, and software abends. Information is written to the dataset even though the information may have been suppressed elsewhere. JCL to print it //IBMPEREP JOB (ACCT),'PRINT LOGREC',CLASS=A,MSGCLASS=H //STEP EXEC PGM=IFCEREP1,PARM='CARD' //SERLOG DD DISP=SHR,DSN=SYS1.S0W1.LOGREC //DIRECTWK DD UNIT=SYSDA,SPACE=(CYL,10,,CONTIG) //EREPPT DD SYSOUT=A,DCB=BLKSIZE=133 //TOURIST DD SYSOUT=A,DCB=BLKSIZE=133 … Contin...
Read the original article