You can produce tabular reports containing data on both CICS and MVS using any combination of CICS and MVS variables. Review the restrictions described in the previous section.
Use the following commands to generate a report using data from both CICS and MVS:
INPUT(TAPEIN)
TAB DATE MVS DISK SCH HDR1(DISK) HDR2(SIO COUNT) AND,
MVS DISK SCH RATE HDR1(DISK) HDR2(SIO RATE) AND,
MVS DISK SERVTIME AND,
MVS DISK SERVTIME MAX HDR1(MAX) HDR2(TIME) AND,
TRAN USE AND,
TRAN LIFE
EACH 1 DAY
FROM 01/16/08
END
RUN
A report like the following is generated:
DISK DISK SERVICE MAX TRAN TRAN DATE SIO COUNT SIO RATE TIME SERVTIME USE LIFETIME -------- ---------- -------- -------- -------- -------- -------- 01/16/08 2,156 0.02 0.023 0.093 154 1.218 01/17/08 170,270 1.97 0.023 0.244 461 0.822 01/18/08 74,139 2.42 0.018 0.069 223 0.761 -------- ---------- -------- -------- -------- -------- -------- PERIOD 246,565 0.53 0.022 0.244 838 0.878 -------- ---------- -------- -------- -------- -------- --------
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |