Previous Topic: PREFIX=Next Topic: SCROLL=


REQTHD=

(Optional) First operand specifies the threshold number of CA Datacom/DB requests to allow in any unit of work. If this number is exceeded, CA Datacom CICS Services causes the task to abend with a code of DC18.

Additional operands identify the transactions to exempt from the specified request threshold, if any. Up to 10 exception transaction IDs (or groups of IDs) can be specified to bypass interruption of high-volume tasks. Use the wildcard character (?) to specify a transaction ID group. For example:

REQTHD=(5000,DDOL,DQ??,SCF?,DB??)

Specifies a threshold of 5000 requests; exempting DDOL Datadictionary and the group of transaction IDs beginning with the characters DQ (CA Dataquery), SCF (CA Ideal), and DB (CA Datacom/DB).

For details about modifying this parameter for the current CICS session, see Changing Generation Options Online (DBOC GENOPTS).

Valid Entries:

First operand: 0—99999

Additional operands (Optional): 1 to 10 4-character transaction IDs, separated by commas.

Default Value:

(0,DBOC) where the zero means no limit.