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.
All rights reserved.
|
|