IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.4

Installing the IEFU83 exit

Update SYS1.PARMLIB(SMFPRMxx) to enable the SMF exit IEFU83 and recording of SMF type 120 records. An example of an entry to enable an IEFU83 exit and recording of SMF type 120s is:

SYS(TYPE(4,5,28,30,37,38,39,70,71,72,73,74,75,76,77,78,120))
SYS(NODETAIL)
SYS(NOINTERVAL)
SYS(EXITS(IEFACTRT,IEFUJI,IEFU83,IEFU84,IEFU85,IEFUTL,IEFU29,IEFUJV))
SUBSYS(STC,EXITS(IEFACTRT,IEFUJI,IEFU29,IEFU83,IEFU84,IEFU85))   
If you currently do not have a SYS or SUBSYS statement, you must include at a minimum:
SYS(TYPE(120),EXITS(IEFU83))
SUBSYS(STC,EXITS(IEFU83))

If your installation already has an IEFU83 exit, the IBM® z/OS® command SETPPROG may be used to create a cascade effect of calls to multiple yet distinct modules that will receive control, sequentially, to view or process the SMF records.

If your installation uses dynamic exits, update SYS1.PARMLIB(PROGxx) with the following commands:

EXIT ADD EXITNAME(SYS.IEFU83) MODNAME(CYN1FU83) DSNAME(CYN.SCYNAUTH) FIRST 
EXIT ADD EXITNAME(SYSSTC.IEFU83) MODNAME(CYN1FU83) DSNAME(CYN.SCYNAUTH) FIRST

If your installation does not use dynamic exits, update SYS1.PARMLIB(COMMNDxx) with the following commands:

SETPROG EXIT,ADD,EX=SYS.IEFU83,MOD=CYN1FU83,DSN=CYN.SCYNAUTH,FIRST
SETPROG EXIT,ADD,EX=SYSSTC.IEFU83,MOD=CYN1FU83,DSN=CYN.SCYNAUTH,FIRST


Feedback