Previous Topic: CACCFDSN Resource Class—Secure CACCFDSN Data SetsNext Topic: CACMD Resource Class—Secure CA Commands


CACCFMEM Resource Class—Secure CACCFMEM Members

Valid on z/OS.

Use CACCFMEM to secure CACCFMEM Members.

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

TSS ADDTO(acid) CACCFMEM(MEMBER1)
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) CACCFMEM(MEMBER1.ABCDEFGH)
                 ACCESS(ALL)
Prefix length

One to forty‑four characters

CACCFMEM is used with:

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

Examples: CACCFMEM resource class

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

TSS ADDTO(CORPORAT) CACCFMEM(MEMBER1)

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

This example removes ownership:

TSS REMOVE(CORPORAT) CACCFMEM(MEMBER1)

This example permits users in the Technical Services Department to access MEMBER1.ABCDEFGH on Fridays only:

TSS PERMIT(TECHPROF) CACCFMEM(MEMBER1.ABCDEFGH) DAYS(FRIDAY)

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

TSS PERMIT(TECHPROF) CACCFMEM(MEMBER1.ABCDEFGH) ACCESS(ALL)

This example revokes access :

TSS REVOKE(TECHPROF) CACCFMEM(MEMBER1.ABCDEFGH)