CICS® IA uses DB2® packages to control access to the tables in CICS and batch. All the packages are bound in to both the batch plan and the CICS plan. The plan names can be defined at customization time.
DEFINE DEFINE DB2ENTRY(CICSIAD) GROUP(_groupt_)
DESCRIPTION(CICS IA DB2 ENTRY)
ACCOUNTREC(NONE) AUTHTYPE(USER) DROLLBACK(YES)
PLAN(_db2planc_) PRIORITY(EQUAL) PROTECTNUM(0)
THREADLIMIT(15)
THREADWAIT(POOL)
The DB2TRAN resource definition is DEFINE DB2TRAN(CINB) ENTRY(CICSIAD) GROUP(_groupt_).See DB2 considerations for further information on defining DB2 resources.