Previous Topic: TST Resource Class—Secure CICs Temporary Storage Table NamesNext Topic: UR1/UR2 Resource Class—Secure Resource Restrictions


Example: TST resource class

This example assigns ownership of a TST to Department 5:

TSS ADDTO(DEPT5)TST(XCOM7)

This example removes ownership:

TSS REMOVE(DEPT5)TST(XCOM7)

This example permits a CICS user to access restricted temporary storage when using the CICSTEST facility:

TSS PERMIT(SYST3)TST(XCOM7) ACCESS(ALL)
                            FACILITY(CICSTEST)

This example revokes access:

TSS REVOKE(SYST3)TST(XCOM7)