Previous Topic: DCT Resource Class—Secure CICS DCT DataNext Topic: DEVICES Resource Class—Secure Devices


DCTABLE Resource Class—Secure CA SYSVIEW DCTABLE

Valid on z/OS.

Use DCTABLE to secure DCTABLE for CA‑CA‑SYSVIEW®

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

TSS ADDTO(acid) DCTABLE(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) DCTABLE(TABLE1.PRODTAB)
Prefix length

One to forty‑four characters

This keyword is used with:

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

Examples: DCTABLE resource class

This example protects the resource by adding ownership to the Corporate Department(owning acid):

TSS ADDTO(CORPORAT) DCTABLE(TABLE1)

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

This example removes ownership:

TSS REMOVE(CORPORAT) DCTABLE(TABLE1)

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

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

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

TSS PERMIT(acid) DCTABLE(TABLE1.PRODTAB)

This example revokes access:

TSS REVOKE(TECHPROF) DCTABLE(TABLE1.PRODTAB)