Valid on z/OS, z/VSE, and z/VM.
Use the NOSUSPEND keyword to allow an ACID to bypass suspension due to violations (VTHRESH). All actions coded in the VTHRESH control option is suppressed for those acids 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 © 2009 CA Technologies.
All rights reserved.
|
|