Previous Topic: AREA Resource Class—Secure AllFusion CA-IDMS Database AreasNext Topic: CAADMIN Resource Class—Secure CAADMIN Administration


Examples: AREA resource class

This example gives the Personnel Department ownership of the AREA for the Corporate Personnel Database (PERDB):

TSS ADDTO(PERSDP) AREA(PERDB)

This example removes ownership:

TSS REMOVE(PERSDP) AREA(PERDB)

This example permits USER01 to have ALL access to PAYFILE:

TSS PERMIT(USER01) AREA(PAYFILE)
                   ACCESS(ALL)

This example revokes USER01's access to PAYFILE:

TSS REVOKE(USER01) AREA(PAYFILE)