Valid on z/OS and z/VSE.
Use FIELD to secure installation‑defined database fields.
When used with TSS ADDTO/REMOVE, this resource class has the following format:
TSS ADDTO(acid) FIELD(oper,oper,oper,...)
One to eight characters
One to five FIELD prefixes per TSS command
When used with TSS PERMIT/REVOKE, this resource class has the following format:
TSS PERMIT(acid) FIELD(prefix(es))
ACCESS(access levels)
One to eight characters
One to five prefixes per TSS command
This keyword is used with:
The administrator can:
Fields are not automatically protected by CA Top Secret, even when defined via the ADDTO command function. An application program must perform the security check by calling CA Top Secret via FRACHECK or the application high‑level language interface.
This example protects a group of fields for a CICS application:
TSS ADDTO(DEPTC) FIELD(A100,A200,A300)
This example removes ownership:
TSS REMOVE(DEPTC) FIELD(A100,A200,A300)
This example permits CICS clerks to update fields daily from 8:00 a.m. until 5:00 p.m., but only through a specific CICS application program (on behalf of a transaction):
TSS PERMIT(PRFCLRK) FIELD(A1006,A3002)
TIMES(08,17)
DAYS(WEEKDAYS)
PRIVPGM(ISPTASK1)
ACCESS(U)
This example revokes access:
TSS REVOKE(PRFCLRK) FIELD(A1006,A3002)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|