This example protects the CICS transaction, PAYR, by assigning ownership to the Payroll Department (PAYDEPT):
TSS ADDTO(PAYDEPT) OTRAN(PAYR)
This example removes ownership:
TSS REMOVE(PAYDEPT) OTRAN(PAYR)
This example permits an ACID, PAYPROG, to access the transaction PA01 through CICS only:
TSS PERMIT(PAYPROG) OTRAN(PA01)
FACILITY(CICS)
This example revokes access:
TSS REVOKE(PAYPROG) OTRAN(PA01)
Transactions that require additional security is defined to require the signon password entered with each use. This is an attempt to prevent certain sensitive transactions from being entered by an unauthorized individual at an unlocked terminal. Once the resource is owned, password re‑verification is indicated on the PERMIT by the ACTION (REVERIFY) parameter as shown next:
TSS PERMIT(SUPR01) OTRAN(PROD)
ACTION(REVERIFY)
|
Copyright © 2009 CA.
All rights reserved.
|
|