Previous Topic: GRAF2 Command-Produce SubgraphsNext Topic: HEADER Command—Specify a Title


GROUP Command—Combine Resources

The GROUP command lets you combine resources into performance groups. You can use GROUP with the TAB command, the GRAF command, or any of the plot commands.

This command has the following syntax:

GROUP idoption group-name(identifiers) [INCLUDE] [RANGE(rangeid)]
idoption

Defines an ID option identifying the type of resources to include in the group being defined. For example, specify the ID option TRANID if the group is to consist of transactions defined by transaction IDs.

group-name(identifiers)

Defines any 1- to 44-character name. If you use blanks in the group name, enclose the group name in single quotes. Replace identifiers with the identifiers to include in the group (for example, transaction IDs), separated by commas.

You can use generic characters in the identifiers. Once you define a group, you can use the group name as you would any predefined Report Writer ID option. That is, you can use a group name together with commands or variables to do the following:

INCLUDE

Includes this group in the report even if it is not included with the identifiers specified with the TAB command. The value for this group is not included in the average or total value.

RANGE(rangeid)

Tells the Report Writer to include in the group only those resources that fall within the range of the range ID. Replace rangeid with the ID assigned with the RANGE command that assigns the range criteria that you want members of the defined group to meet.

Examples: Group Command