gtps1m5lSystem Macros

TMTKC-Get the Unique Token for the Current Transaction

Use this system macro to get the unique token for the current transaction.

Format




label
A symbolic name can be assigned to the macro statement.

TOKEN=token
Gets the unique token for the current transaction, where token is the symbolic name of a field or a register pointing to a field. The field is an 8-byte storage area in which the token will be stored. If you specify a register, the register must be enclosed in parentheses and in the range R0-R7.

Entry Requirements

None.

Return Conditions

Programming Considerations

Examples

The following example gets the unique token for the current transaction and stores the token in the area to which R5 points.

TMTKC TOKEN=(R5)