2.29 GGSTOKEN

Valid for Oracle.

Use GGSTOKEN to control whether or not automatically generated token data is displayed with each record. It applies to the automatically generated tokens like the transaction id, row id, fetching status and tag value. These values are stored in the record header and can be mapped to a target column or used for some other purpose during processing.

Without arguments, GGSTOKEN displays the status of user token display (ON or OFF). With the ON option, the name of the token and its length are displayed. The DETAIL option shows the actual token data.

Default

Display token name and length.

Syntax

GGSTOKEN {ON | OFF | DETAIL}
ON

Enables the display of automatically generated tokens.

OFF

Disables the display of automatically generated tokens.

DETAIL

Displays the automatically generated tokens including the transaction ID (XID), the row id for DML operations, the fetching status (if applicable), and tag value.token data.