Previous Topic: EJBROLE Resource Class—Secure z/OS Enterprise BeansNext Topic: FIELD Resource Class—Secure Database Fields


FCT Resource Class—Secure CICS File Control Table Entries

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,...)
Prefix length

One to eight characters

Capacity of list

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)
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

This keyword is used with:

The administrator can:

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)