Create cursor - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
ft:locale
en-US
Product name
Connect CDC (SQData)
ft:title
Connect CDC (SQData) Apply engine
Copyright
2026
First publish date
2000
ft:lastEdition
2026-06-16
ft:lastPublication
2026-06-16T09:39:49.930000
L1_Product_Gateway
Integrate
L2_Product_Segment
Data Integration
L3_Product_Brand
Precisely Connect
L4_Investment_Segment
Application Data Integration
L5_Product_Group
ADI - Connect
L6_Product_Name
Connect CDC

Cursors allow you to reference data from datastores other than the primary source input datastore. SQData supports relational, VSAM, and IMS cursor objects, depending on the type of data that you need to access during Apply Engine processing.

Use CREATE RDBMS CURSOR for SQL-based relational lookup and update access, CREATE VSAM CURSOR for keyed VSAM lookup and retrieval access, and CREATE IMS CURSOR for IMS segment lookup and retrieval access. Cursor processing is performed through the SQData runtime functions OPEN, FETCH, CLOSE, and FOREACH.

With cursors, you can perform operations such as:

  • Translating field values from code files or tables.
  • Retrieving related data from other datastores.
  • Performing validation of field values prior to mapping them to target fields.
  • Substitution of field values based on a correlating value from another datastore.