Previous Topic: NOSUSPEND Keyword—Bypass Violation SuspensionsNext Topic: NOVMDCHK Keyword—Bypass Minidisk Link Checking


Examples: NOSUSPEND keyword

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