This example assigns ownership of an FCT prefix to a department ACID:
TSS ADDTO(PAYDEPT) FCT(PAY)
This example removes ownership:
TSS REMOVE(PAYDEPT) FCT(PAY)
This example permits a group of users to read and browse two CICS files:
TSS PERMIT(PERPROF) FCT(SKILLS,PENSION)
ACCESS(READ,BROWSE)
This example revokes access:
TSS REVOKE(PERPROF) FCT(SKILLS,PENSION)
|
Copyright © 2009 CA.
All rights reserved.
|
|