Previous Topic: DLFCLASS Resource Class—Determine DLF Record AccessNext Topic: DRTABLE Resource Class—Secure CA-SYSVIEW DRTABLE


Example: DLFCLASS resource class

This example gives the Inventory Department (INVDEPT) ownership of the DLF data set known as CICS.MSTR.FILE:

TSS ADDTO(INVDEPT) DLFCLASS(CICS.MSTR.FILE)

This example removes ownership:

TSS REMOVE(INVDEPT) DLFCLASS(CICS.MSTR.FILE)

This example permits USER01 to access the CICS.MSTR.FILE DLF data set:

TSS PERMIT(USER01) DLFCLASS(CICS.MSTR.FILE)

Before issuing this command, verify that CICS.MSTR.FILE has been added to the DLF record.

This example revokes USER01's access to this DLF data set:

TSS REVOKE(USER01) DLFCLASS(CICS.MSTR.FILE)