Turning off Fault Analyzer with a JCL switch (IDIOFF)
The Fault Analyzer invocation exits can be turned off
at a job-step level by coding the following JCL statement in the job
step:
//IDIOFF DD DUMMY
Using the JCL switch is more efficient than coding
//IDIOPTS DD *
Exclude
/*
because
the JCL switch is processed much earlier by Fault Analyzer
than the Exclude option (for details, see Real-time exclusion processing).