Previous Topic: NOATS Keyword—Fail Automatic Terminal SignonsNext Topic: NOLCFCHK Keyword—Execute any Command


NODSNCHK Keyword—Bypasses Access Security Checks

Valid on z/OS, z/VSE, and z/VM.

Use the NODSNCHK keyword to specify that no data sets name checks are performed. CA Top Secret bypasses all data set access security checks. All data set access is audited.

NODSNCHK is intended to only be applied to special products, such as DASD space managers, which access many data sets. Avoid applying NODSNCHK to user ACIDs.

This keyword has the following format:

TSS ADDTO(acid) NODSNCHK

This keyword is used with:

Examples: NODSNCHK keyword

This example enables BYPACID to bypass security for data sets and thus access any data set at the installation:

TSS ADDTO(BYPACID) NODSNCHK

This example removes the NODSNCHK attribute:

TSS REMOVE(BYPACID) NODSNCHK