Configuring code generation for a CICS program
To execute your rules in a CICS® application, you must configure the CICS usage option before generating the COBOL code.
About this task
You can integrate the COBOL code for rule execution into a CICS program using CICS channels and containers. If you use CICS channels and containers, you do not have to link the generated COBOL code into each calling program, and the generated code does not have to reside in the same CICS region as the calling program.
You define the CICS channel and container parameters before you generate the COBOL code. You define them in Rule Designer, at project level. You can then generate the code for CICS in Rule Designer, Decision Center, or using Ant.
When you generate the code, the channels and containers are created in a CICS wrapper program.
Procedure
To configure the CICS parameters:
Results
You can now generate the COBOL code for CICS.
