Thanks for all the suggestions. Deleting the current dataset and going with
//DUMP1 EXEC PGM=IFASMFDP,REGION=1M //INDD1 DD DSN=&MAN,DISP=SHR //DUMPOUT DD DSN=xxxxxx.SMFDATA,DISP=(MOD,CATLG), // SPACE=(TRK,(100,100)), // LRECL=27994,RECFM=VB,BLKSIZE=27998 //SYSPRINT DD SYSOUT=H Was D //SYSIN DD DSN=VENDOR.PARMLIB(CLRMAN),DISP=SHR Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of R.S. Sent: Wednesday, December 11, 2013 4:37 AM To: [email protected] Subject: Re: SMF DUMP SB37 - what am I doing wrong? W dniu 2013-12-11 02:09, Charles Mills pisze: > This has to be less than sysprog 101 but I am obviously less than a sysprog. > > Here is my SMF Dump proc: > > //SMFDUMPS PROC MAN='SYS1.S0W1.MAN1' > //DUMP1 EXEC PGM=IFASMFDP,REGION=1M > //INDD1 DD DSN=&MAN,DISP=SHR > //DUMPOUT DD DSN=xxxxxx.SMFDATA,DISP=(MOD,CATLG), > // SPACE=(TRK,(10,10),RLSE), > // LRECL=32760,RECFM=VBS > //SYSPRINT DD SYSOUT=H Was D > //SYSIN DD DSN=VENDOR.PARMLIB(CLRMAN),DISP=SHR > > VENDOR.PARMLIB(CLRMAN) is > INDD(INDD1,OPTIONS(ALL)),OUTDD(DUMPOUT,TYPE(89)) > > There is almost nothing going on on the system. I have only a very few > Type > 89 records: > 89 8 .07 % 1,794.00 326 > > But xxxxxx.SMFDATA quickly goes to multiple extents, multiple tracks, > and an SB37. Here is about 24 hours' worth of data: > Tracks %Used XT > xxxxxx.SMFDATA 157 100 6 > > What the heck am I doing wrong? Or am I off in my expectations somehow? > 1. remove RLSE, it is bad thing for MOD. 2. Just add more tracks in SPACE. Let the job end normal and then look at SYSPRINT. IFASMFDP will tell you how many records of each type were dumped (you have only 89, but you'll also get 2 and 3), avg record length, etc. Then check the size and assess whether it's OK. -- Radoslaw Skorupka Lodz, Poland --- Tre tej wiadomoci moe zawiera informacje prawnie chronione Banku przeznaczone wycznie do uytku subowego adresata. Odbiorc moe by jedynie jej adresat z wyczeniem dostpu osób trzecich. Jeeli nie jeste adresatem niniejszej wiadomoci lub pracownikiem upowanionym do jej przekazania adresatowi, informujemy, e jej rozpowszechnianie, kopiowanie, rozprowadzanie lub inne dziaanie o podobnym charakterze jest prawnie zabronione i moe by karalne. Jeeli otrzymae t wiadomo omykowo, prosimy niezwocznie zawiadomi nadawc wysyajc odpowied oraz trwale usun t wiadomo wczajc w to wszelkie jej kopie wydrukowane lub zapisane na dysku. This e-mail may contain legally privileged information of the Bank and is intended solely for business use of the addressee. This e-mail may only be received by the addressee and may not be disclosed to any third parties. If you are not the intended addressee of this e-mail or the employee authorized to forward it to the addressee, be advised that any dissemination, copying, distribution or any other similar activity is legally prohibited and may be punishable. If you received this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software and delete permanently this e-mail including any copies of it either printed or saved to hard drive. mBank S.A. z siedzib w Warszawie, ul. Senatorska 18, 00-950 Warszawa, www.mBank.pl, e-mail: [email protected] Sd Rejonowy dla m. st. Warszawy XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, nr rejestru przedsibiorców KRS 0000025237, NIP: 526-021-50-88. Wedug stanu na dzie 01.01.2013 r. kapita zakadowy mBanku S.A. (w caoci wpacony) wynosi 168.555.904 zote. ---------------------------------------------------------------------- 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
