Please enable JavaScript to view this site.

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.

Notes:

1.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.

2.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).