Yep, after two hours of searching I finally found the proc which was used about a year ago. Thanks
Dean Montevago <[EMAIL PROTECTED]> wrote: CLEARSMF PROC N=1 DUMPMAN EXEC PGM=IFASMFDP,REGION=5M DUMPIN DD DISP=SHR,DSN=SYS1.&SYSNAME..MAN&N DUMPOUT DD DISP=NEW,DSN=&&JUNK,UNIT=SYSDA, SPACE=(CYL,(350,25)), DCB=(RECFM=VBS,BLKSIZE=32760,LRECL=23476) SYSIN DD * INDD(DUMPIN,OPTIONS(CLEAR)) OUTDD(DUMPOUT,TYPE(0:255)) Don't you have a process that offloads the data when they become full ? -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of Howard Rifkind Sent: Friday, June 03, 2005 1:00 PM To: [email protected] Subject: Clearing the SMF DATASETS...Help Hi Can any one tell me what the command to clear the SMF 'SYS1.MAN' datasets is. I checked the commands manual and can't seem to get the right commands. All my SMF SYS1.MAN datasets are full. Thanks. --------------------------------- Discover Yahoo! Use Yahoo! to plan a weekend, have fun online & more. Check it out! ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------------------------------------------------- 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

