There's no SYSIN commands in your example: //DUMPXY PROC DSNAME=NULLFILE //* LIB: CPAC.PROCLIB(DUMPXY) //* DOC: THIS PROCEDURE WILL SELECTIVELY DUMP SMF DATA SETS. //* //IEFPROC EXEC PGM=IFASMFDP,REGION=0M //SYSPRINT DD SYSOUT=X //DUMPOUT DD DSN=SMF.DAILY.DUMP(+1), // DISP=(NEW,CATLG,DELETE), // UNIT=SYSDA, // VOL=SER=STOR01, // SPACE=(CYL,(250,50),RLSE), // DCB=(SYS1.MDSCB,RECFM=VBS,LRECL=32756,BLKSIZE=0,BUFNO=50) //DUMPIN DD DDNAME=IEFRDER //IEFRDER DD DSNAME=&DSNAME, // DISP=SHR //SYSIN DD DUMMY
Is the default command to dump everything and clear it? We use the following commands that are in a dataset allocated to SYSIN: OUTDD(SECONDRY,TYPE(0:255)) OUTDD(PRIMARY,TYPE(0:255)) INDD(SMF,OPTIONS(ALL)) OPTIONS(ALL) means DUMP and CLEAR. Tim Hare Senior Systems Programmer Florida Department of Transportation (850) 414-4209 ---------------------------------------------------------------------- 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

