Previous Topic: CREATE Function—Define a New ACIDNext Topic: DELETE Function—Delete an ACID


DEADMIN Function—Remove Administrative Authority

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

Use the DEADMIN command function to revoke administrative capabilities from subordinate CA Top Secret administrators.

Administrative authority:

For information on the format, rules, and restrictions that apply to the DEADMIN function, see the ADMIN command function.

Examples: DEADMIN command function

This example removes VCA1's authority to assign the AUDIT attribute for DSNAMEs:

TSS DEADMIN(VCA1) DSNAME(AUDIT)

VCA1 still has the authority to assign ownership of DSNAMEs to ACIDs within his scope.

This example totally removes VCA1's authority for DSNAMEs:

TSS DEADMIN(VCA1) DSNAME(ALL)