Previous Topic: Generic Characters in Identifiers

Next Topic: How Format Identifiers Work

Specify Identifiers in Hexadecimal

Identifiers can be specified in their hexadecimal representation by placing the hexadecimal value inside single quotes.

The following two commands generate the same report, a report on only those transactions with IDs beginning with EXP:

TAB TRANID(EXP*) CICS TRAN USE
END
TAB TRANID('C5E7D7'*) CICS TRAN USE
END