4.13 GETTLFTOKEN

Use @GETTLFTOKEN() to map a specific TLF/PTLF record token to a fixed format part of the output buffer. This removes the requirement of a User Exit to accomplish the same function.

Syntax

@GETTLFTOKEN ("value", length, ["NOWARN"])
"value"

Token ID

length
Length of the output TKN DDL structure.
["NOWARN"]
Option NOWARN will hide warnings, such as :
  • The target field being smaller than the source and a truncation is occurring.
  • The length provided for the USER-DATA field (QZ Token) does match the actual length.

    The default is to display warnings to the report file.

Example

TKNB0 = @GETTLFTOKEN ("B0", 448),
For more information, see Detokenizing Base24 (Classic) TLF/PTLF Records with Oracle GoldenGate Mapping in the Administering Oracle GoldenGate for HP NonStop guide.