DB2 security

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.

CICS IA provides DB2ENTRY and DB2TRAN resource definitions to control access to the IA tables in CICS. The following DB2ENTRY resource definition is supplied.
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.


Reference Reference

Feedback


Timestamp icon Last updated: Friday, 8 February 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//ciuugc00405.html