Since your extent count/total tracks are inconsistent your JCL, maybe you should dump the DSCB and see what is really going on with your dataset. The TSO LISTDS command with the LABEL option is one universally available method.
What is the return code associated with the B37? It should be available from the accompanying IEC030I message. If it is 4, you may want to move the dataset to a volume with room for the dataset to grow. What is specified for the INTVAL parameter in your SMFPRMxx member? That will determine how frequently you generate type 89 records. Since the maximum value is 60 (minutes), one has to wonder how in 24 hours you generated only 8 records. How many times have you run the job? Unless you clean out the MAN1 dataset, you are repeatedly dumping the same SMF records. Did you notice the NOT CATLGD 2 disposition on all executions after the first? There are tools on the CBT tape that will analyze SMF records and tell you what other jobs are using your SMFDATA dataset. I'm partial to Mike Cleary's DAF tool. :>: -----Original Message----- :>: From: IBM Mainframe Discussion List [mailto:[email protected]] On :>: Behalf Of Charles Mills :>: Sent: Tuesday, December 10, 2013 5:10 PM :>: 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? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
