SET TCLASS

Set the maximum number of tasks in a transaction class.

Syntax

SET TCLASS

Read syntax diagramSkip visual syntax diagramSET TCLASS( data-value)MAXIMUM( data-value)

Conditions: INVREQ, TCIDERR

 

Description

The SET TCLASS command allows you to set, in a particular transaction class, the maximum number of tasks that are allowed to run concurrently.

Options

MAXIMUM(data-value)
Specifies, as a 32-bit binary value, the largest number of tasks in the transaction class that are allowed to run concurrently. The value can be in the range 0 through 999. Values greater than 999 are truncated to 999.
TCLASS(data-value)
Specifies, as a 32-bit binary value, the number of the task class that you are changing. It must be in the range 1 through 10.

Conditions

INVREQ
RESP2 values:
  • The MAXIMUM value is not in the range 0 through 999 (RESP2=2).
TCIDERR
RESP2 values:
  • The value of TCLASS is less than 1 or greater than 10 (RESP2=1).