Seems like some problem with the data then, is opening a PMR an option? If not, can you run it without a date or you don't want to lose everything?
You can also write a small assembler program to issue an IXGDELET against the logstream, I've done that in the past and wouldn't mind sharing it. Regards, Leo -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Mark Jacobs Sent: Monday, January 13, 2020 5:22 PM To: [email protected] Subject: Re: LOGR Offload Dataset deletion problem Nope. //SY010AA JOB (SYS00),'MARK JACOBS',MSGLEVEL=(1,1), // MSGCLASS=X,CLASS=A,NOTIFY=SY010A //STEP1 EXEC PGM=IFASMFDL,REGION=512M //SYSPRINT DD SYSOUT=A //SYSIN DD * LSNAME(IFASMF.DEVL52.DEFAULT,OPTIONS(DELETE)) DATE(2019364,2020012) /* Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://api.protonmail.ch/pks/lookup?op=get&[email protected] ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Monday, January 13, 2020 4:58 PM, Leonardo Vaz <[email protected]> wrote: > Look at message, you probably have an OUTDD specified in the JCL. > > Regards, > Leo > > -----Original Message----- > From: IBM Mainframe Discussion List [email protected] On Behalf > Of Mark Jacobs > > Sent: Monday, January 13, 2020 1:18 PM > To: [email protected] > Subject: LOGR Offload Dataset deletion problem > > We've been unable to delete some offload datasets from one of our logstreams, > We're getting these messages in IFASMFDL. Our daily archive process is > dumping the data, but isn't able to the delete the now longer necessary > offload datasets. The same messages are being issued in the archive process. > I don't know how to resolve this problem. Any ideas? > > IFA010I DATE(2019364,2020012) -- SYSIN IFA010I > LSNAME(IFASMF.DEVL52.DEFAULT,OPTIONS(DELETE)) -- SYSIN IFA832I INVALID > PARAMETER COMBINATION FOR DELETE OPTION IFA845I DIAGNOSTIC INFORMATION > LSNAME = IFASMF.DEVL52.DEFAULT FIRST LOGBLOCK RCD HDR = 022E0000 > 1E3C0082 9D970119 > 363FE2E8 E2D84040 4040E4D7 > CURRENT RCD HDR = 08520000 1E660054 C77D0119 > 364FE2E8 E2C2C4C2 F1C20000 > LAST LOGBLOCK RCD HDR = 001A0000 1E020000 00000000 > 0000C4E4 D4E8D3C2 D7C18000 > START OF RANGE FOUND = ON > END OF RANGE FOUND = OFF > RCD SYSID MATCH = ON > RCD OUTDD MATCH = ON > RCD TIME MATCH = ON > LOGBLOCK TIMESTAMP MATCH = ON > LOGBLOCK ONE MATCH = ON > DUMMY BLOCK FOUND = ON > DUMMY WRITE ERROR = OFF > LOGBLOCK ALL MATCH = OFF > Sent from ProtonMail, Swiss-based encrypted email. > > GPG Public Key - > https://api.protonmail.ch/pks/lookup?op=get&search=markjacobs@protonma > il.com > > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ---------------------------------------------------------------------- > ------------------------------------------ > > 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 ---------------------------------------------------------------------- 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
