If I read this correctly, your output is 89 (type) 8(number or records) .07% (percent of type 89's) 1794.00 (avg. record length) 326 (min. record length) ... (rest of output line missing)
Can't see any way 8 type 89's would demand more than 157 tracks, even if SMS was getting in your face and changing the output DCB. I suggest eyeball-ing the output dataset using File Manager or IDCAMS PRINT and see what you are actually getting. Ant. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Charles Mills Sent: Wednesday, 11 December 2013 10:40 AM To: [email protected] Subject: SMF DUMP SB37 - what am I doing wrong? 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? Thanks much. Charles ---------------------------------------------------------------------- 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
