Previous Topic: Allocating ThreadsNext Topic: Compatibility


Setting Priority in the Operating System and CA Datacom/DB

The performance of your system can be affected by setting an appropriate priority in both the operating system and in CA Datacom/DB.

CA Datacom/DB MUF versus CA Datacom CICS Services

If there are many CICS activities involving CA Datacom/DB, assign the CA Datacom/DB MUF a higher priority than CA Datacom CICS Services within your operating system. However, if you have few CICS activities involving CA Datacom/DB, assign the same operating system priority to both the MUF and CA Datacom CICS Services.

Task Priority in CICS

You can assign priority to specific transactions within CICS by using parameters in the TCT, CSD, or Sign-on table. We recommend assigning a priority of 254 for the DBOC and DBUT transactions in the CSD (255 is the highest priority).

Task Priority in CA Datacom/DB

Transactions which use the CA Datacom/DB MUF, are assigned a priority within the MUF. This priority is specified in the URT used with the transaction. A low priority task, which has a resource under exclusive control, could block other users from accessing that resource indefinitely.

Open Transaction Environment (OTE)

You can increase your system performance if your applications are programmed as Threadsafe to operate concurrently in an Open Transaction Environment (OTE) as defined by IBM.

Verify that your programs or modules have the following Threadsafe characteristics:

Perform the following tests to verify that your programs are running concurrently: