Datastore definition section - 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-08-03
ft:lastPublication
2026-08-03T15:57:37.298309
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

The Datastore Definition section of a script defines the source and target datastores including Cursor objects.

  • Source datastores are most commonly url:// style references to SQDaemon processes running on remote systems and the Capture/Publisher agents serviced by the daemon. They may also be local or remote databases or files accessible on the system's local file system.
  • Target datastores may also be url:// style references that identify a supported datastore API or local or remote databases or files accessible on the local file system.
  • Cursor objects are local or remote databases most commonly used to validate foreign key references or retrieve and/or update subsets of data related to the Source or Target Datastores.

The physical sequence of the items that define Source and Target datastores is critical in that they must be defined in the script prior to performing any processing against them. In addition the DESCRIPTION(s) of the objects in the source and target datastores must precede the DATASTORE(s) and any CREATE CURSOR statement that references them.

  • DESCRIPTION – identifies the layout structure (i.e. copybooks, XML DTDs, relational DDL, etc.) of a record within a datastore.
  • DATASTORE – identifies the source and target databases/files/queues, etc that will be processed by the Apply Engine.
  • CREATE RDBMS CURSOR – defines an SQData cursor over a relational datastore for controlled row retrieval and update processing.
  • CREATE VSAM CURSOR – defines an SQData cursor over a VSAM datastore for keyed lookup and retrieval processing.
  • CREATE IMS CURSOR – defines an SQData cursor over an IMS datastore for segment-based lookup and retrieval processing.