$$INEXCL
This member provides the ability to exclude specific job names from being monitored by these Exception Monitor samplers: ACPU, AIO, AIOR, APAG, APGR, ASRV, ASSR, BCPU, BIO, BPAG, BSRV, CPU, CSMJ, ENQ, JET, JSU, JVR, OUT, REP, RES, RSU, TCPU, TIO, TPAG, TSRV, and WDLY
Syntax rules
The format is
The parameters are:
Parameter | Description |
---|---|
samplerName | name of the Exception Monitor sampler that is to exclude selected job names from exception reporting |
jobname1-jobname10 | names of up to ten jobs that are to be excluded from exception reporting Use as many statements for a sampler as needed to define all job names to be excluded. |
Defaults
none
Examples
To exclude jobs CPUJOB1, CPUJOB2, and CPUJOB3 from exception reporting by the Exception Monitor CPU sampler, place the following control statement in member $$INEXCL:
CPU CPUJOB1,CPUJOB2,CPUJOB3
To eliminate exception reporting for address spaces DUMPSRV and NETS by the OUT service (which monitors swapped-out address spaces), place the following control statement in member $$INEXCL:
OUT NETS,DUMPSRV
Related topic