Previous Topic: Types of IdentifiersNext Topic: Specify Identifiers in Hexadecimal


Generic Characters in Identifiers

Identifiers can contain the following generic characters to report on groups of resources:

Example: Generic Characters Used in Identifiers

The following GRAF command produces a report on terminal use for only certain transactions:

GRAF TRANID(C*,¬C100, S104) TERMINAL USE

In this example, the ID option TRANID is specified with three identifiers, C*, ¬C100, and S104. The identifier C* includes all transactions starting with C. The identifier ¬C100 excludes the transaction C100. The identifier S104 includes the transaction S104. Therefore, this GRAF command generates a report showing terminal use for transactions starting with C except transaction C100, and for the transaction S104.