Previous Topic: NOSUBCHK Keyword—Bypass Alternate Security CheckingNext Topic: NOVMDCHK Keyword—Bypass Minidisk Link Checking


NOSUSPEND Keyword—Bypass Violation Suspensions

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:

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