CICPMS Monthly CICS Cost

The Monthly CICS Cost graph shows the percentage of monthly CICS cost that is associated with each system (SYSID) or data center (group of SYSIDs) in the enterprise.
micsrm140
Report format
 
This inquiry produces a pie chart showing the percentage of processing cost that is associated with each system or data center. When there are more than 10 SYSIDs or grouping of SYSIDs, all systems, which consumed less than 5% of the total cost, are grouped together. When there is only one SYSID present, the pie slices shows the CICSIDs values.
Inquiry ID
 
CICPMU (printer graphic format)
Data source (file/timespan)
 
CICCAU01 in the MONTHS timespan.
If the CICCAU (CICS Application Unit Activity) file is not active, the CICCSU (CICS User Activity) file is used for reporting. The variable CICACT2 is used in place of the variable CICAPU.
One graph is produced for each combination of SYSID/CICSID.
Data elements used
 
CICAPU
CICS Application Unit ID
CICSID
CICS System Identifier
CAUCOST
Processing Charges
MONTH
Month of Year
YEAR
Year of Century
ZONE
Time Zone
SYSID
System Identifier
Calculations
 
None
Execution-time parameters
 
UNIT
Select one or more
MICS database
units by entering the data base IDs. Enter multiple IDs with a blank following each ID value.
CYCLE
(Optional) Define
MICS
input file cycle range.
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.
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.
MONTH
(Optional) Enter the month (mm) and year (yy) to be reported.
ZONE
(Optional) Select one or more
MICS
time zones. Valid values are numbers 1 through 9.
User exits
 
If the MICF execution-time parameters are insufficient to select the data you need, you can invoke one of the following global exits to further manipulate the input file. Additionally, you can override the global exit definitions in MICF using independent source statements. For details about coding the exits, see the Changing the Report Parameters section.
The global exits are defined by macros in the source module CICRPTGL in sharedprefix.MICS.SOURCE. The following exits are available to this inquiry:
%GAPPL
Define your CICS application based on any variable in the input file. The default is CICAPU.
%GCIC
Select CICSIDs for report.
%GCNTR
Assign value to the variable CENTER which defines the logical grouping of SYSIDs. CENTER is set to SYSID by default.
%GSYS
Select SYSIDs for report.