Valid on z/OS and z/VSE.
Use FCT to secures File Control Table entries (DDnames) in CICS.
When used with TSS ADDTO/REMOVE, this resource class has the following format:
TSS ADDTO(acid) FCT(oper,oper,oper,...)
One to eight characters
One to five FCT prefixes per TSS command
When used with TSS PERMIT/REVOKE, this resource class has the following format:
TSS PERMIT(acid) FCT(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 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 © 2014 CA Technologies.
All rights reserved.
|
|