Previous Topic: NEWLABLC Keyword—Label Associated with CertificateNext Topic: NOATS Keyword—Fail Automatic Terminal Signons


NOADSP Keyword—Prevent Data Set Security

Valid on z/OS.

Use the NOADSP keyword to:

This keyword has the following format:

TSS ADDTO(acid) NOADSP

This keyword is used with:

Examples: NOADSP keyword

This example allows USER01 to create data sets that do not automatically have a RACF bit set by CA Top Secret:

TSS ADDTO(USER01) NOADSP

This example removes the NOADSP attribute:

TSS REMOVE(USER01) NOADSP

Note: Only applicable in non‑always call environments.