Previous Topic: APPCLU Resource Class—Secure APPCLU LinksNext Topic: APPCPORT Resource Class—Specify VTAM LU Name


Examples: APPCLU resource class

This example protects linkage editor setcode by using the CA Top Secret reorganized name of AC1. AC1 is owned by the Corporate Department:

TSS ADDTO(CORPORAT) APPCLU(AC1)

The administration may now PERMIT access to users or profiles that require access.

This example removes ownership:

TSS REMOVE(CORPORAT) APPCLU(AC1)

This example permits users in the Technical Services Department to access AC1 on Fridays only:

TSS PERMIT(TECHPROF) APPCLU(AC1)
                     DAYS(FRIDAY)
TSS PERMIT(TECHPROF) APPCLU(XDT98000)

This example revokes access:

TSS REVOKE(TECHPROF) APPCLU(AC1)