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 © 2009 CA.
All rights reserved.
|
|