CICS checks whether a region ACID has permission to access the APPLID supplied in the region SIT. To implement this security, ownership is established first using a command like the one shown below.
TSS ADDTO(cicsdept) IBMFAC(DFHAPPL)
Permission must then be granted for the SIT APPLID explicitly using a command like the one shown below.
TSS PERMIT(cicsp1) IBMFAC(DFHAPPL.applid)
Note: This implementation is unnecessary if the region ACID cicsp1 has the NORESCHK attribute.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|