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 © 2009 CA.
All rights reserved.
|
|