Previous Topic: SCOPE Keyword—Allow AuthorityNext Topic: SCTYKEY Keyword—Specify CICS Security Keys Use


Examples: SCOPE keyword

This example gives LSCA01 administrative authority over LSCA02 and ZONE1:

TSS ADMIN(LSCA01) SCOPE(LSCA02,ZONE1)

To remove an ACID or ACIDs from the LSCA's scope, use the DEADMIN command function and specify each ACID being removed.

This example removes all lower level administrative authorities from LSCA01:

TSS DEADMIN(LSCA01) SCOPE(LSCA02,ZONE1)

This example gives an administrator an administrative ACID scope over a profile not normally within the ACID's scope of authority. In this example, DCA2 administers DEPT2, and PROF1 resides in DEPT1.

This example gives DCA2 administrative authority over PROF1:

TSS ADMIN(DCA2) SCOPE(PROF1)

This example grants DCA1 scope over a profile PROFILE1:

TSS ADMIN(dca1) SCOPE(profile1)

This example allows DCA1 to add and remove the profile from acids in their scope:

TSS ADD(user1) PROFILE(profile1)