CICS Manual do Usuário - SET TRANSACTION
Changes a transaction definition.
Sintaxe:
SET TRANSACTION >>-SET TRANSACTION(data-value)--+---------------+---------------> +-DUMPING(cvda)-+ +-TRANDUMP------+ '-NOTRANDUMP----' >--+----------------------+--+--------------------+-------------> '-PRIORITY(data-value)-' +-PURGEABILITY(cvda)-+ +-NOTPURGEABLE-------+ '-PURGEABLE----------' >--+-------------------+--+---------------------+---------------> +-RUNAWAYTYPE(cvda)-+ '-RUNAWAY(data-value)-' +-SYSTEM------------+ '-USER--------------' >--+----------------+--+--------------+-------------------------> +-SHUTDOWN(cvda)-+ +-STATUS(cvda)-+ +-SHUTDISABLED---+ +-DISABLED-----+ '-SHUTENABLED----' '-ENABLED------' >--+-----------------------+--+---------------+---------------->< +-TCLASS(data-value)----+ +-TRACING(cvda)-+ '-TRANCLASS(data-value)-' +-SPECTRACE-----+ +-SPRSTRACE-----+ '-STANTRACE-----'
Condições: INVREQ, TRANSIDERR
For more information about the use of CICS-value data areas (CVDAs), see Appendix F, CVDAs recognized by the translator.
Descrição:
The SET TRANSACTION command allows you to change some attributes of a transaction definition.
You can change the definitions only in the local CICS system with this command. If you change a transaction that runs remotely (that is, one that specifies a Remote System ID value), your changes are made, but they have no effect on the definition that is in the remote system to which the local definition points, and therefore, no effect on tasks that execute the transaction. Changing a transaction definition affects only future tasks; to change a task that is already executing the transaction, use the SET TASK command.
Opções:
Condições