In In this example, the user only has permission to execute the EXEC CICS ENABLE commands:
TSS ADDTO(deptacid) SPI(EXITPROG)
TSS PERMIT(acidname) SPI(EXITPROG)
ACCESS(SET)
In In this example, the user only has permission to execute the EXEC CICS DISABLE commands:
TSS ADDTO(deptacid) SPI(EXITPROG)
TSS PERMIT(acidname) SPI(EXITPROG)
ACCESS(SET)
In In this example, the user only has permission to execute the EXEC CICS EXTRACT commands:
TSS ADDTO(deptacid) SPI(EXITPROG)
TSS PERMIT(acidname) SPI(EXITPROG)
ACCESS(INQUIRE)
In In this example, the user only has permission to execute the EXEC CICS COLLECT STATISTICS commands:
TSS ADDTO(deptacid) SPI(EXITPROG)
TSS PERMIT(acidname) SPI(EXITPROG)
ACCESS(COLLECT)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|