Previous Topic: HFSSEC Resource Class—Secure HFS FilesNext Topic: IBMGROUP Resource Class—Assign Group Names


IBMFAC Resource Class—Determine IBM Facilities Ownership

Valid on z/OS and z/VSE.

Use IBMFAC determine who has ownership or control over catalog, IDCAMS, SMS, DFDSS and other IBM Facilities.

This resource class is the equivalent to the FACILITY resource class in RACF.

Important! CA Top Secret also supports the XFACILIT and GXFACILIT resource classes, which support prefix lengths up to 246 characters. These resource classes follow the same usage rules as IBMFAC. For detailed information on these resource classes, see the IBM documentation.

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

TSS ADDTO(acid) IBMFAC(facility,...)
Prefix length

One to eight characters

Capacity of list

Five facilities per TSS command

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

TSS PERMIT(acid) IBMFAC(facility,...)
Prefix length

One to forty‑four characters

Capacity of list

Five facilities per TSS command

This keyword uses:

The administrator can:

Examples: IBMFAC resource class

This example adds an IBMFAC of IDC.DIAG:

TSS ADDTO(DEPT02) IBMFAC(IDC.DIAG)

This example removes ownership:

TSS REMOVE(DEPT02) IBMFAC(IDC.DIAG)

This example allows an ACID to use IBMFAC:

TSS PERMIT(DEPT02) IBMFAC(IDC.DIAG)

This example revokes access:

TSS REVOKE(DEPT02) IBMFAC(IDC.DIAG)

This example grants USER01 control access to BPX.Example IBM facility:

TSS PERMIT(USER01) IBMFAC(BPX.EXAMPLE) ACCESS(CONTROL)