CA SMF Director provides a JCL procedure that is automatically executed when a switch command is issued for the logstreams. Procedure CASFDUML uses the CA SMF Director logstream interface as well as CA SMF Director to archive SMF data that has been recorded to the logstreams and to keep an inventory on a logstream basis by SMF ID.
If you want to change the started task name that is used or limit which SMF logstreams will be managed, you must modify user exit SMFLSTBL. A sample skeleton exit is provided in the sample library. Sample JCL to assemble and link this exit are provided in the sample library.
The default action for automatic dumping is to start the CASFDUML procedure for all logstreams that are actively recording SMF data, so if this is what you want to occur when the SWITCH SMF command is issued, you do not need to take any action with SMFLSTBL.
If the action needed is something else, you must take the following steps in this order:
F LLA,REFRESH
If your CASFLOAD target library is not in the system link list, the SMFLSTBL program that you assembled and linked must be copied to a data set in the system link list. Once the program is copied to a link list data set, perform a Linklist Look Aside refresh with the same command.
PRODUCT(CA-SMF AUTODUMP) VERSION(SFC6) INIT(SMFINIT) PARM(DISABLE)
PRODUCT(CA-SMF AUTODUMP) VERSION(SFC6) INIT(SMFINIT) PARM(ENABLELS,LX=name)
where name is the name of your exit. For example, the name is SMFLSTBL if you have not renamed the sample exit.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |