On Thu, 7 Jul 2005 14:30:16 -0500, Martin Kline wrote: >I believe John suggested using CLOSE TYPE=T to get a user equivalent of >interval recording. This should update the catalog, and generate a type-64 >SMF record with bit 4 of SMF64RIN set. My question is whether multiple >such type-64 records have to be manually accumulated. In other words, if I >generate 20 such records for a single file, does each one include the >statistics from the previous record in the "before OPEN" or in >the "Change" section?
In the case of CLOSE TYPE=T (TCLOSE) I believe you should see multiple type 64 records with only one type 62 (VSAM Open) SMF record, and that type 62 will be (naturally) created before any of the type 64s. If that's true you would discard any but the last type 64 records' data. (Someone might want to verify that first though.) You wouldn't want to be doing a large number of TCLOSEs per run... on the order of 1's or maybe 10's but not 100's and certainly not 1000's. You'll be swatting a gnat with a nuclear device in short order with this approach. (These statistics just aren't that important.) -- Tom Schmidt Madison, WI ---------------------------------------------------------------------- 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

