

Keywords › NOADSP Keyword—Prevent Data Set Security
NOADSP Keyword—Prevent Data Set Security
Valid on z/OS.
Use the NOADSP keyword to:
- Prevent data sets, created by an ACID, from being automatically secured by z/OS by setting the RACF bit
- Define an ACID used to create data sets that cannot be automatically protected by CA Top Secret
This keyword has the following format:
TSS ADDTO(acid) NOADSP
This keyword is used with:
- The commands CREATE, ADDTO, and REMOVE
- The ACID types User, Profile, Department, Division, Zone, DCA, VCA, ZCA, LSCA, SCA, and MSCA
- ACID(MAINTAIN) authority
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.
Copyright © 2009 CA Technologies.
All rights reserved.
 
|
|