Previous Topic: DLFCLASS Resource Class—Determine DLF Record AccessNext Topic: DSNAME Resource Class—Secure Data Sets


DRTABLE Resource Class—Secure CA SYSVIEW DRTABLE

Valid on z/OS.

Use DRTABLE to secure DRTABLE for CA SYSVIEW®.

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

TSS ADDTO(acid) DRTABLE(TABLE1)
Prefix length

One to eight characters

Capacity of list

One to eight prefixes per TSS command.

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

TSS PERMIT(acid) DRTABLE(TABLE1.PRODTAB)
Prefix length

One to 44 characters

DRTABLE is used with:

The administrator can use any of the following methods to control access to DRTABLE resources: Expiration, Facility, Program Pathing, Time/Day, and Actions.

Examples: DRTABLE resource class

This example protects the resource with CA Top Secret by assigning ownership to the Corporate Department (owning acid):

TSS ADDTO(CORPORAT) DRTABLE(TABLE1)

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

This example removes ownership:

TSS REMOVE(CORPORAT) DRTABLE(TABLE1)

This example permits users in the Technical Services Department to access DRTABLE(TABLE1.PRODTAB) on Fridays only:

TSS PERMIT(acid) DRTABLE(TABLE1.PRODTAB)
                 DAYS(FRIDAY)

This example permits users in the Technical Services Department to access DRTABLE(TABLE1.PRODTAB):

TSS PERMIT(acid) DRTABLE(TABLE1.PRODTAB)

This example revokes access:

TSS REVOKE(TECHPROF) DRTABLE(TABLE1.PRODTAB)