Previous Topic: NODES Resource Class— Control NJE Jobs and SYSOUTNext Topic: OPERCMDS Resource Class—Secure JES Operator Commands


OPCMD Resource Class—Secure SVC 34 Commands

Valid on z/OS.

Use OPCMD to secure system operator commands issued by programs using SVC 34. For example, SDSF, TSO, OPER, or other installation‑written programs.

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

TSS ADDTO(acid) OPCMD(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) OPCMD(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 use any of the following methods to control access to the OPCMD resource: Expiration, Facility, Time/Day, and Actions.

Example: OPCMD resource class

This example assigns ownership of the DISPLAY console operator command to Department 01:

TSS ADDTO(DEPT01) OPCMD(DISPLAY)

This example removes ownership:

TSS REMOVE(DEPT01) OPCMD(DISPLAY)

This example permits a group of technical support users to use the SET OPCMD:

TSS PERMIT(TECHPRO) OPCMD(SET)

This example revokes access:

TSS REVOKE(TECHPRO) OPCMD(SET)