Turning off Fault Analyzer using the IFAPRDxx parmlib member

If it might be necessary to disable Fault Analyzer from running in a particular z/OS® image, this disablement can be achieved by adding an entry to your IFAPRDxx parmlib member.

If you purchased Fault Analyzer as part of product code 5755-AB1 IBM Application Delivery Foundation for z/OS, modify the entry for product code 5755-AB1 as follows:

PRODUCT OWNER('IBM CORP')
        NAME('IBM APP DLIV FND')
        ID(5755-AB1)
        VERSION(*) RELEASE(*) MOD(*)
        FEATURENAME('*')
        STATE(DISABLED)
If you purchased Fault Analyzer as product code 5755-AB2, modify the entry for product code 5755-AB2 as follows:

PRODUCT OWNER('IBM CORP')
        NAME('FAULT ANALYZER')
        ID(5755-AB2)
        VERSION(*) RELEASE(*) MOD(*)
        FEATURENAME('FAULT ANALYZER')
        STATE(DISABLED)

All parameters except VERSION, RELEASE, and MOD must be specified exactly as shown. Any syntactically valid values can be specified for VERSION, RELEASE, and MOD.

Refer to MVS Initialization and Tuning Reference for general information about the IFAPRDxx parmlib member.

If at a later stage Fault Analyzer needs to be re-enabled, either remove the above entry or change the STATE to ENABLED.