Version 9.5 SP1
 —  Common Integration Scenarios  —

Calling COBOL on z/OS CICS from Integration Server

There are different styles (interface types) for calling a COBOL server.

graphics/cob2is-zos-cics.png

graphics/blue_1.gif Extract the interface of the COBOL server program.
graphics/blue_2.gif Generate connection and application services in Integration Server.
graphics/blue_3.gif Test the call from Integration Server to the COBOL server program.

It is important to know the interface type of your COBOL server. If you are unsure, consult a COBOL CICS specialist or see description of interface type in the IDL Extractor for COBOL documentation for details and examples: DFHCOMMAREA Calling Convention | Channel Container Calling Convention | DFHCOMMAREA Large Buffer Interface.

When you are sure which interface type you are using, continue with the appropriate scenario:

Top of page