Previous Topic: Sample JCL for BatchNext Topic: Sample JCL for CICS


CICS Link-Editing and Execution

Programs running under the control of IBM's teleprocessing monitor CICS are subroutines to CICS. They access CA Datacom/DB using CA Datacom CICS Services.

The module DBCSVPR is link edited with the program to provide linkage between the program and CA Datacom CICS Services.

The DBXHVPR module for the host variable processor must also be link edited. DBXHAPR is required if using Dynamic SQL in a COBOL program.

An include card may be used to include these modules, as in the following example:

 INCLUDE SYSLIB(DBCSVPR)
 INCLUDE OBJLIB(DBXHVPR)
 NAME modname

CA Datacom CICS Services opens and closes all User Requirements Tables.

Online Program Execution

Follow the procedure for the online monitor you are using. There are no special execution rules for programs using CA Datacom/DB.