Valid on z/OS, z/VSE, and z/VM.
Use the NOSUSPEND keyword to allow an ACID to bypass suspension due to violations (VTHRESH and PTHRESH). All actions coded in the VTHRESH and PTHRESH control options are suppressed for ACIDSs that have the NOSUSPEND attribute.
This keyword has the following format:
TSS ADDTO(acid) NOSUSPEND
This keyword is used with:
The ACID assigned as the CICS default user is an example of an ACID shared by many users that should never suspend as a result of violations. This example allows CICS DFLTUSER=TOPSMAN to bypass being suspended due to violations:
TSS ADDTO(TOPSMAN) NOSUSPEND
This example removes the NOSUSPEND attribute:
TSS REMOVE(TOPSMAN) NOSUSPEND
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|