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)
One to sixteen characters
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)
One to eight characters
One to five prefixes per TSS command
This keyword is used with:
The administrator can:
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)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|