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.

Equivalent resource class to RACF class FACILITY

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)