Menu principal                 [Fechar]


CICS Manual do Usuário - SET TCLASS


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

SET TCLASS

Set the maximum number of tasks in a transaction class.

Sintaxe:

SET TCLASS
 
>>-SET TCLASS(data-value)--+---------------------+-------------><
                           '-MAXIMUM(data-value)-'
 
 

Condições: INVREQ, TCIDERR

Descrição:

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

Opções:

    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 99 are truncated to 99.
    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.

Condições:

    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).

© Copyright IBM Corp.