Exception report

The reporting period is the eight-hour interval from 8:00 AM to 4:00 PM for the week beginning June 13, 2016 and ending June 17, 2016:

Example:
DATE(06132016,06172016)
ETOD(0800,1600)

A line in the Exception report when the percent device utilization for device 06D8 is greater than or equal to 3.

A Channel Path Activity report and a Device Activity report for the DASD device class if this condition is met:

Example:
EXCEPT(IORATE(DVUTL(06D8),GE,3))
EXRPTS(IORATE(CHAN,DEVICE(DASD)))

A line in the Exception report if the total busy percent value for channel path 01 is greater than or equal to ten percent:

Example:
EXCEPT(CHANEX01(CHTBSY(01),GE,10))

A line in the Exception report if the percent busy for CPU 0 is less than or equal to 80 percent busy and the average number of TSO users is greater than ten:

Example:
EXCEPT(USERWORK(CPUBSY(0),LE,80))
EXCEPT(USERWORK(AVGTSO,GE,10))