One thing to consider is the number, type and complexity of the control cards 
being used in the dump utility request itself;
if you are using a "lot" of output targets you might consider using a "SORT" 
type program instead of the IFASMFDP utility itself for the dump process (you 
still need it for the CLEAR).

"SORT" programs (in general) are much more efficient in doing this type of I/O 
processing; potentially multi-task or multi-threading the work.

Of course the down side of this is having to translate the SMF defined control 
card "terms" into offsets (ie. 'Type' is at offset "x" and is of length "1") 
and taking into account the RDW;  the good thing would be this conversion is 
probably already in use in other jobs that are sorting SMF data.


NOTE: This is just MY personal observation based on my knowledge of the 
processing and NOT a formal recommendation by the current SMF team  or anything 
official.

Thanks,
Bill......
z/OS System Software Development
(former SMF Component Owner)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to