Previous Topic: GROUP Keyword—Define Groups to an ACIDNext Topic: HOME Keyword—Define a Subdirectory to an ACID


Examples: GROUP keyword

This example indicates that group WRIT01 is now connected to USER02:

TSS ADDTO(USER02) GROUP(WRIT01)

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

TSS REMOVE(USER02) GROUP(WRIT01)

This example uses the FOR keyword to connect GROUP ACIDs to a user.

TSS ADDTO(USER02) GROUP(WRIT01)
                  FOR(5)

When used with a GROUP, the use of that group expires, not the ACID itself.

This example removes the GROUP from the ACID (You cannot remove the FOR attribute from a GROUP):

TSS REMOVE(USER02) GROUP(WRIT01)