Previous Topic: PANAPT Resource Class—Secure PANAPT for PANVELTNext Topic: PDSMEMn Resource Class—Secure Partitioned Data Set Members


PANEL Resource Class—Secure Panels

Valid on z/OS and z/VM.

Use PANEL to secure authority to ISPF, CICS and REXX panels.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) PANEL(prefix(es))
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) PANEL(prefix(es))
Prefix length

One to eight characters

Capacity of list

One to five prefixes per TSS command

This keyword is used with:

The administrator can:

Examples: PANEL resource class

This example gives PRDCNTL ownership of the BrightStor CA‑1 panel named LOABCDE:

TSS ADDTO(PRDCNTL) PANEL(LOABCDE)

This example removes ownership:

TSS REMOVE(PRDCNTL) PANEL(LOABCDE)

This example permits ACID, TAPELIB, the ability to use the READ functions of BrightStor CA‑1 panel, LOABCDE:

TSS PERMIT(TAPELIB) PANEL(LOABCDE) ACCESS(READ)

This example revokes access:

TSS REVOKE(TAPELIB) PANEL(LOABCDE) ACCESS(NONE)