DB2TBLNAME - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Apply engine
Copyright
2024
First publish date
2000
Last updated
2024-12-13
Published on
2024-12-13T13:15:51.808000

The DB2TBLNAME function returns the name of the DB2 table currently being processed in a DB2 changed data capture (CDC) source datastore or directly in a DB2 datastore.

Category

Specialized

Syntax
DB2TBLNAME(<source_datastore>)
Parameter and Description
Parameter Description
source_datastore This parameter specifies the alias of the source datastore that contains the DB2 record (native or CDC).

Example

Retrieve the DB2 table name from the current record in the DB2 change data capture (CDC) datastore CDCIN. Map the result to target field SRC_TBLNAME.
SRC_TBLNAME  = DB2TBLNAME (CDCIN)
Note: Precisely recommends using the RECNAME function which returns the alias of the DESCRIPTION corresponding to the current record from the source datastore.