Define TCP/IP operation - 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
ft:lastEdition
2024-07-30
ft:lastPublication
2024-07-30T20:19:56.898694
Connect CDC (SQData) cross platform operation is defined within the DATASTORE command. This is accomplished by specifying the operating system node and the TCP/IP port as the name of a datastore (dstore_name) as follows:
 DATASTORE MVSX5@1820
 OF DELIMITED
 AS REMOTE_DATA
 DESCRIBED BY DATA_LAYOUT;

Where MVSX5 is the TCP/IP node of the operating system platform, and 1820 is a user specified TCP/IP port number. The @ symbol concatenates the operating system platform node and the TCP/IP port number.

Note:
  • When defining a TCP/IP port to Connect CDC (SQData), you must make sure that you are not using a port that is already being used by another process. Consult your network administrator for the available TCP/IP port(s) to use.
  • When operating in cross platform mode, you must make sure that the Apply Engine sender(s) and the Apply Engine receiver(s) are started. You may either do this manually or through a scheduler on the operating system platform(s).