Use the GROUP command to define groups of resources you want a report to be about.
Example: Sample Group Commands
This example uses the GROUP command to define groups by terminal ID with four divisions defined. Because each group name begins with CO, the groups can be selected in the tabular report by specifying TERMID(CO*).
GROUP TERMID CO.NORTHERN.DIVISION(L7*)
GROUP TERMID CO.SOUTHERN.DIVISION(L4*)
GROUP TERMID CO.EASTERN.DIVISION(L2*)
GROUP TERMID CO.WESTERN.DIVISION(L1*)
TAB TERMID(CO*) HDR1(DEPARTMENT) HDR2(NAME),
TRAN USE AND,
TRAN USE RATE HDR2(RATE) AND,
TRAN LIFE AND,
TRAN CPU AND,
TERM RESP AND,
FILE USE
END
RUN
A report like the following is generated:
DEPARTMENT TRAN TRAN TRAN TRAN TERM FILE NAME USE RATE LIFE CPU RESP USE -------------------- -------- -------- -------- -------- -------- -------- CO.WESTERN.DIVISION 3472 0.02 4.599 0.094 0.360 16925 CO.NORTHERN.DIVISION 976 0.01 16.52 0.120 0.189 1080 CO.SOUTHERN.DIVISION 728 0.00 4.770 0.073 0.106 289 CO.EASTERN.DIVISION 667 0.00 3.688 0.180 0.637 8032 -------------------- -------- -------- -------- -------- -------- -------- SUMMARY 5843 0.03 6.508 0.106 0.290 26326 -------------------- -------- -------- -------- -------- -------- --------
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |