A couple thoughts on this.  

How are you running the DUMPXY proc?  Are you running "S
DUMPXY,DSNAME=SYS1.MAN2.SHU4"?  If so, it should dump and clear out
MAN2, etc.

How often do you IPL?  Sometimes when we IPL we will end up with a
partially filled MAN dataset that shows the need to be dumped.  It is
quite possible you have the same situation here.

Can you show the output of a DUMPXY run if you're still having problems
with clearing these other datasets?

Rex


 

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Howard Rifkind
Sent: Thursday, September 28, 2006 9:59 AM
To: [email protected]
Subject: Full SMF Datasets Not Clearing

  We are having issues with the SMF dataset not dumping or being cleared
out as indicated below.
   
  RESPONSE=SHU4
  IEE974I 10.47.36 SMF DATA SETS 382
  NAME VOLSER SIZE(BLKS) %FULL STATUS
  P-SYS1.MAN1.SHU4 ZOSCT2 72000 99 ACTIVE
  S-SYS1.MAN2.SHU4 ZOSCT2 18000 1 DUMP REQUIRED
  S-SYS1.MAN3.SHU4 ZOSCT2 21600 30 DUMP REQUIRED
   
  I don't know way man1 and man2 aren't really full but it states that a
dump is required.
   
  I run the STC DUMPXY and it seems to clear out man1 and that's it.
Now that runs but the man datasets are still as above.
   
  Any help would be greatly appreicated.
   
  Thanks.
   
  //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

 

----------------------------------------------------------------------
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

Reply via email to