Steve, I don't know how current this JCL is, but I have used it in the past to dump/clear LOGREC Logstreams. If I remember correctly, the SUBSYS input parameters are what will delete the logstreams after it is dumped.
Like I said it has been awhile since I used this JCL and didn't verify the parameters. Jerry //PROD03 EXEC PGM=IFCEREP1,PARM='CARD' //ACCIN DD DSN=SYSPLEX.LOGREC.ALLRECS,DISP=SHR, // SUBSYS=(LOGR,IFBSEXIT,,DELETE), // DCB=(RECFM=VB,BLKSIZE=6144) //ACCDEV DD "out dataset", // DCB=(RECFM=VB,BLKSIZE=6144) //DIRECTWK DD UNIT=SYSDA,SPACE=(CYL,(15,15)) //TOURIST DD SYSOUT=* //EREPPT DD SYSOUT=* //SYSIN DD * LINECT=60 TABSIZE=48K ACC=Y HIST=Y ZERO=N PRINT=NO /* -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Steve Estle Sent: Monday, May 11, 2026 3:47 PM To: [email protected] Subject: [EXTERNAL] Can you use EREP to clear LOGREC when in Logger format - if so how? Hello, I have a customer with LOGREC in Logger format - anyone know if EREP can clear or not? If so, any sample job stream? If not via EREP, what is preferred way of offloading Logrec in LOGGER and clearing it out? Thanks, Steve Estle CDW ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
