IMSSEGNAME - 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.808737

The IMSSEGNAME function returns the name of the IMS segment currently being processed in an IMS changed data capture (CDC) source datastore or directly in an IMS datastore.

Category

Specialized

Syntax
IMSSEGNAME(<source_datastore>)
Parameter and Description
Parameter Description
source_datastore The name of the source datastore that contains the IMS record (native or CDC).

Example

Retrieve the IMS segment name from the current record in the input Connect CDC (SQData) IMS change data capture source datastore CDCIN. Map the result to target field SRC_SEGNAME.
SRC_SEGNAME = IMSSEGNAME (CDCIN)