To avoid mod could I concatenate the input DDs including the last weekly GDS first along with the daily dump as follows crating a new weekly GDS? By the way this would be the second step in my live SMF dump job therefore the +1 for my input daily.
//DUMP EXEC PGM=IFASMFDP //SYSPRINT DD SYSOUT=* //SYSIN DD DUMMY //INDD1 DD DSN=TSU.SM.J910.SMFWEEK.DATA(0),DISP=SHR // DD DSN=TSU.SM.J913.SMFDAY.DATA(+1),DISP=SHR //DUMPOUT DD DSN=TSU.SM.J910.SMFWEEK.DATA(+1),DISP=(,CATLG), // LRECL=32760,BLKSIZE=32760,RECFM=VBS,UNIT=ATL //SYSPRINT DD SYSOUT=* //SYSIN DD * INDD(INDD1,OPTIONS(DUMP)) /* ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

