Previous Topic: DEVICES Resource Class—Secure DevicesNext Topic: DIAGNOSE Resource Class—Secure CP Diagnose Codes


DFTABLE Resource Class—Secure CA SYSVIEW DFTABLE

Valid on z/OS.

Use DFTABLE to secure DFTABLE for CA SYSVIEW®

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

TSS ADDTO(acid) DFTABLE(table)
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) DFTABLE(table)
Prefix length

One to forty‑four characters

This keyword is used with:

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

Examples: DFTABLE resource class

This example protects the resource by having it owned by the Corporate Department (owning acid):

TSS ADDTO(CORPORAT) DFTABLE(TABLE1)

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

This example removes ownership:

TSS REMOVE(CORPORAT) DFTABLE(TABLE1)

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

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

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

TSS PERMIT(acid) DFTABLE(TABLE1.PRODTAB)

This example revokes access:

TSS REVOKE(TECHPROF) DFTABLE(TABLE1.PRODTAB)