Previous Topic: ABSTRACT Resource Class—Secure Resource ClassesNext Topic: ACID Resource Class—Secure ACIDS


Examples: ABSTRACT 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) ABSTRACT(AC1)

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

This example removes ownership:

TSS REMOVE(CORPORAT) ABSTRACT(AC1)

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

TSS PERMIT(TECHPROF) ABSTRACT(AC1) DAYS(FRIDAY)

This example permits users in the Technical Services Department to access XDT98000:

TSS PERMIT(TECHPROF) ABSTRACT(XDT98000)

This example revoke access:

TSS REVOKE(TECHPROF) ABSTRACT(AC1)