Previous Topic: SYSCONS Resource Class—Secure IBM ConsolesNext Topic: TCICSTRN Resource Class—Secure CICS TCICSTRN RESCLASS


SYSMVIEW Resource Class—Secure SystemView Segments

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(SystemViewsegmentname)
Prefix length

One to eight characters

Capacity of list

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(SystemViewsegmentname)
                 APPLDATA(applata)
                 SCRIPTNAME(scriptname)
                 SCRIPTPARM(scriptparm)
Prefix length

One to eight characters

Capacity of list

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:

Examples: SYSMVIEW resource class

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)