Previous Topic: SMS Functions and Commands AdministrationNext Topic: DFSMS Program Control


Examples: FACILITY Authorization

This example protects the function STGADMIN.IDC.DIAGNOSE.CATALOG:

TSS ADDTO(deptacid) IBMFAC(STGADMIN)

Only a maximum of eight characters is allowed to specify the particular IBMFAC resource with the TSS ADD command function, enter STGADMIN to protect all SMS functions beginning with the prefix STGADMIN.

This example allows the function:

TSS PERMIT(acid) IBMFAC(STGADMIN.IDC.DIAGNOSE.CATALOG)
                 ACCESS(READ)

This example protects the function ADR.DUMP.INCAT:

TSS ADDTO(deptacid) IBMFAC(STGADMIN)

This example allows the function:

TSS PERMIT(acid) IBMFAC(STGADMIN.ADR.DUMP.INCAT)
                 ACCESS(READ)