Previous Topic: ACID Resource Class—Secure ACIDSNext Topic: APPCPORT Resource Class—Specify VTAM LU Name


APPCLU Resource Class—Secure APPCLU Links

Valid on z/OS and z/VSE.

Use APPCLU to secure APPCLU links.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) APPCLU(xxxxx)
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command.

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) APPCLU(xxxxx)
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command.

APPCLU is used with:

The administrator can use Expiration, Facility, Program Pathing, Time/Day, and Actions methods to control access to APPCLU resources.

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)