Use the MASKREC keyword in conjunction with SELECT and RECORD SDT specifications to overlay the values on file for an FCT and thus provide field‑level protection under Record Level Protection (RLP). When MASKREC is supplied for an FCT PERMIT, SELECT is also required. The association with RECORD is implicit by matching the FCT resource‑name with the RECORD.
The administrator can:
This keyword has the following format for PERMIT/REVOKE:
TSS PERMIT(acid) FCT(oper)
ACCESS(access‑level)
MASKREC(mask‑name)
SELECT(selread)
One MASKREC and SELECT statement per TSS command
Specifies the SDT MASKREC name applied to the PERMIT.
Specifies the SDT SELECT name used as the selection process for all file accesses.
This keyword is used with:
This example gives ALL access on the FCT(PAY) provided that the SELECT logic defined for ISDEPT interpreting field names with RECORD(PAY) is TRUE. The fields defined for MASKREC(CRYPT1) are overlaid with the mask‑characters specified to prevent users from seeing these fields.
TSS ADDTO(SDT) MASKREC(CRYPT1)
MASKDATA(PAY,PACKED,110,6,000000)
TSS PERMIT(USR01) FCT(PAY)
ACCESS(ALL)
MASKREC(CRYPT1)
SELECT(ISDEPT)
This example revokes access:
TSS REVOKE(USR01) FCT(PAY)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|