Previous Topic: FCT Resource Class—Secure CICS File Control Table EntriesNext Topic: FIELD Resource Class—Secure Database Fields


Examples: FCT resource class

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)