Valid on z/OS.
Use SYSMVIEW to secure a resource class named SYSMVIEW that protects SystemView segments.
When used with TSS ADDTO/REMOVE, this resource class has the following format:
TSS ADDTO(acid) SYSMVIEW(SystemView‑segment‑name)
One to eight characters
One to five SystemView‑segment‑names per TSS command
When used with TSS PERMIT/REVOKE, this resource class has the following format:
TSS PERMIT(acid) SYSMVIEW(SystemView‑segment‑name)
APPLDATA(applata)
SCRIPTNAME(scriptname)
SCRIPTPARM(scriptparm)
One to eight characters
One to five prefixes per TSS command
This keyword is used with:
Three keywords are allowed with the SystemView segment when permitting it to an ACID:
This example protects a SystemView segment, A01ITSO.SYSTEMA, by assigning ownership to the Corporate Level Department (CORPDEPT):
TSS ADDTO(CORPDEPT) SYSMVIEW(A01ITSO.SYSTEMA)
This example removes ownership:
TSS REMOVE(CORPDEPT) SYSMVIEW(A01ITSO.SYSTEMA)
This example permits a user full access to SYSMVIEW, A01ITSO.SYSTEMA, including APPLDATA, SCRIPTNAME and SCRIPTPARM parameters:
TSS PERMIT(USER05) SYSMVIEW(A01ITSO.SYSTEMA)
APPLDATA(ptktl)
SCRIPTName(tsoscript)
SCRIPTParm(tsoparm)
This example revokes access:
TSS REVOKE(USER05) SYSMVIEW(A01ITSO.SYSTEMA)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|