Previous Topic: GID Keyword—USS Group SecurityNext Topic: GROUP Keyword—Define Groups to an ACID


Examples: GID keyword

This example indicates that group ID GRPACID1 has a GID of 93456:

TSS ADDTO(GRPACID1) GID(93456)

Note: After you add a GID to an ACID, issue:

TSS MODIFY(OMVSTABS)

This example removes the connection between a GID and an ACID:

TSS REMOVE(GPACID1) GID(93456)

This example automatically assigns a number to an ACID using the default range:

TSS ADDTO(groupacid) GID(?)

This example automatically assigns a number to an ACID in the inclusive range 10,000 to 200,000:

TSS ADDTO(groupacid) GID(?)
                     RANGE(10000,200000)