Examples Sending and Retrieving Data
You can either send data to or retrieve data from a COBOL, PL/I, or RPG application in the Data Conversion palette.
These examples illustrate the basic usage of parsing, rendering, sending, and receiving. Your integration project might be more complex and require any combination of those tasks in the same process definition.
Receiving Data
This process receives a JMS queue message with COBOL data. The ParseCopybookData activity converts the data into XML and then passes it to the Handle Incoming Data subprocess.
Sending Data
This process receives data from an incoming HTTP request and then passes it to the Handle Incoming Data subprocess. The data is then passed to the RenderCopybookData activity so that COBOL data can be created and sent to a COBOL application. The data is then sent to the COBOL application by way of a JMS Queue Sender activity.