Previous Topic: REMOVE Function—Remove Resource Ownership or ResourcesNext Topic: REPLACE Function—Change ACIDs Attributes


RENAME Function—Change ID Assigned to ACID

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

Use the RENAME command function to change the access ID of any ACID. An ACID cannot be renamed if it is currently permitted to another ACID.

Administrators must have authority, via the ADMIN ‑ ACID(MAINTAIN | ALL) function, to rename an ACID within their scope.

The ALL, AUDIT, STC, NDT, RDT, and DLF records cannot be renamed. For example, CA Top Secret will not accept the following entry:

TSS RENAME(ALL) ACID(GLOBAL)

This command function has the following format:

TSS RENAME(acid) ACID(new acid)
acid

Specifies the ACID to be renamed.

new acid

Specifies the new ACID.

Example: RENAME function

This example changes the ACID TSSREC to BIGBOSS:

TSS RENAME(TSSREC) ACID(BIGBOSS)