Is there some reason why you haven't created a MAN3; made a new SMFPRMnn, replacing MAN1 with a new MAN3; then doing the T SMF=nn command? Or have you tried and it failed? If it works, it should get rid of the CLOSE PENDING because the MAN1 entry will be gone and a new MAN3 entry appear. If that does happen, you can then dump MAN1. Once MAN1 has been dumped, you can do a T SMF=00 (or whatever the IPL value is for SMFPRMnn) to remove MAN3 and re-instate MAN1. Then dump MAN3 and delete it.
-- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of saurabh khandelwal > Sent: Thursday, September 13, 2012 1:55 PM > To: [email protected] > Subject: Re: SMF Dataset CLOSE PENDING ISSUE > > I just dumped the MAN2 dataset. now D SMF shows MAN2 is active but 67 > % > full. > > Now D SMF showing me > > IEE974I 11.45.18 SMF DATA SETS 652 > NAME VOLSER SIZE(BLKS) %FULL STATUS > P-SYS1.GBU1.MAN1 PLXU05 10800 99 CLOSE PENDING > S-SYS1.GBU1.MAN2 PLXU05 10800 69 ACTIVE > > Can I use same > > > //SMFDMPM JOB 'SAURABH', > // NOTIFY=&SYSUID, > // CLASS=A, > // MSGCLASS=A > //STEP1 EXEC PGM=IFASMFDP,REGION=4M > //DUMPIN DD DSN=SYS1.GBU1.MAN2,DISP=SHR > //DUMPOUT DD DISP=(NEW,CATLG),DSN=arit.SMF.GBU1.D091312, > // UNIT=SYSALLDA,VOL=SER=STOR51,SPACE=(CYL,(30,10),RLSE), > // DCB=(RECFM=VBS,LRECL=32760,BLKSIZE=4096) > //SYSPRINT DD SYSOUT=* > //SYSIN DD * > INDD(DUMPIN,OPTIONS(ALL)) > > job for MAN1 dataset to take dump and clear it.. the way I did for > MAN2. > > please suggest. > > Regards > Saurabh > On Fri, Sep 14, 2012 at 12:11 AM, McKown, John < > [email protected]> wrote: > > > I haven't researched this, but is there a way to "restart" SMF? I > know > > some system address spaces can be FORCE'd and then started up again > using > > some procedure (which seems to be different depending on the system > address > > space). > > > > -- > > John McKown > > Systems Engineer IV > > IT > > > > Administrative Services Group > > > > HealthMarkets(r) > > > > 9151 Boulevard 26 * N. Richland Hills * TX 76010 > > (817) 255-3225 phone * > > [email protected] * www.HealthMarkets.com > > > > Confidentiality Notice: This e-mail message may contain confidential > or > > proprietary information. If you are not the intended recipient, > please > > contact the sender by reply e-mail and destroy all copies of the > original > > message. HealthMarkets(r) is the brand name for products underwritten > and > > issued by the insurance subsidiaries of HealthMarkets, Inc. -The > Chesapeake > > Life Insurance Company(r), Mid-West National Life Insurance Company > of > > TennesseeSM and The MEGA Life and Health Insurance Company.SM > > > > > > > -----Original Message----- > > > From: IBM Mainframe Discussion List [mailto:IBM- > [email protected]] > > > On Behalf Of Campbell Jay > > > Sent: Thursday, September 13, 2012 1:38 PM > > > To: [email protected] > > > Subject: Re: SMF Dataset CLOSE PENDING ISSUE > > > > > > > > > Take MAN1 out of SMFPRMxx when you put the new MAN3 in... Before T > > > SMF=xx. > > > Then do whatever you want with MAN1 while it's no longer allocated > to > > > SMF. > > > Then put it back after it's fix ( deleted - redefined ) > > > > > > Jay Campbell > > > IBM OS Support Section > > > > --------------------------------------------------------------------- > - > > For IBM-MAIN subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO IBM- > MAIN > > > > > > -- > Thanks & Regards > Saurabh Khandelwal > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
