CICCW3 Weekly CICS Availability Reports
The Weekly CICS Availability Reports monitor prime time (8 a.m. to 5 p.m.) CICS availability in a five-day period.
micsrm140
The Weekly CICS Availability Reports monitor prime time (8 a.m. to 5 p.m.) CICS availability in a five-day period.
Report format
This inquiry produces side-by-side bar charts by system ID and CICS ID showing the amount of downtime incurred in each hour (from 8 a.m. to 5 p.m.) in a five-day period. The output of this inquiry is in color graphic format. However, you can produce the same charts in printer graphic format by executing the MICF inquiry CICPW3.
Inquiry ID
CICCW3 (color graphic format)
Data source (file/timespan)
CICCSY01-CICCSY07 at the DAYS timespan
Data is selected for HOURs 8-16, excluding DAYNAME='SAT' and DAYNAME='SUN'.
Data elements used
- CSYUPTM
- - CICS Availability Time
Calculations
downtime = 60 - CSYUPTM
or
downtime = 60 (if CSY observation is not found for an hour)
Execution-time paramaters
UNIT
Select one or more
MICS database
units by entering the data base IDs. Enter multiple IDs with a blank following each ID value.CICSID
(Optional) Specify the CICSID to be reported. If no value is specified, the value *ALL is used. It causes all CICSIDs found in input to be summarized together.
SYSID
(Optional) Specify the SYSID to be reported. If no value is specified, the value *ALL is used. It causes all SYSIDs found in input to be summarized together.
ZONE
(Optional) Select one or more
MICS
time zones. Valid values are numbers 1 through 9.CYCLE
(Optional) Define
MICS
input file cycle range.User exits
None