Do you specify DSNAME= on your S DUMPXY command? Check the SYSPRINT from your DUMPXY job; you should see messages IFA020I DUMPOUT IFA020I DUMPIN which will tell you the names of your input and output data sets.
Don Imbriale -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Pommier, Rex R. Sent: Thursday, September 28, 2006 11:46 AM To: [email protected] Subject: Re: Full SMF Datasets Not Clearing Tim, The default is INDD(DUMPIN,OPTIONS(ALL)). That was the first thing I checked. Rex -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Tim Hare Sent: Thursday, September 28, 2006 10:42 AM To: [email protected] Subject: Re: Full SMF Datasets Not Clearing 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. *********************************************************************** Bear Stearns is not responsible for any recommendation, solicitation, offer or agreement or any information about any transaction, customer account or account activity contained in this communication. *********************************************************************** ---------------------------------------------------------------------- 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

