Previous Topic: TSOPROC Resource Class—Secure TSOP Logon ProcsNext Topic: UR1/UR2 Resource Class—Secure Resource Restrictions


TST Resource Class—Secure CICs Temporary Storage Table Names

Valid on z/OS.

Use TST to secure CICS Temporary Storage Table names.

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

TSS ADDTO(acid)TST(name)
Prefix length

One to sixteen characters

Capacity of list

One to five prefixes per TSS command

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

TSS PERMIT(acid)TST(prefix(es)) ACCESS(access levels)
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

This keyword is used with:

The administrator can:

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)