Previous Topic: Resource-Value Field ValuesNext Topic: Resource-Value Field Values for the CICS Option


Resource-Value Field Values for Basic Resource Types

Basic resources are either allowed or restricted. No actions can be specified for the resource.

The following lists the basic resources:

INVOKEKW

Specifies the INVOKE command keywords allowed or restricted. Specify an exact keyword or use an equal sign (=) at the end to specify a partial keyword.

The INVOKE command calls for the INVOKEKW resource to validate the external application that the user is trying to invoke. If the resource is not allowed, the user cannot invoke the application.

MENUKWD

Specifies the menu panel names allowed or restricted. Specify an exact keyword or use an equal sign (=) at the end of the value to specify a partial keyword.

The MENU member in the sysview.CNM4BPRM data set associates the name of a menu with a member name in the sysview.CNM4BPNL data set. For more details, see the MENU member in the data set sysview.CNM4BPRM.

If the menu panel is not authorized, it is not displayed as a selectable item on the Primary Option Menu.

MVSCMD

Specifies the allowed or restricted z/OS or JES commands. You can specify an exact command or specify a partial command using * or =. For example, to specify all JES2 display commands, type $D=. To specify all commands, use = by itself. The z/OS and VTAM commands use this resource.

Command Validation
SETKWD

Specifies the SET command keywords allowed or restricted. Specify an exact keyword or use an equal sign (=) on the end to specify a partial keyword.

The SET command calls for the SETKWD resource.

The PROFILE command also calls for the SETKWD resource. Access to profile sections is controlled by validating access to the following SETKWD resources:

PROFGENPFKS

Displays the general PF key section

PROFGENMSCS

Displays the general miscellaneous section

PROFCMDSYNS

Displays the command synonym section

PROFCMDPFKS

Displays the command PF key section

PROFCMDMSCS

Displays the command miscellaneous section

PROFCMDFMTS

Displays the command format section

If the resource is not allowed, then the section is not displayed on the profile display. Individual fields within a profile section can also be controlled with the SETKWD resource. If the corresponding SETKWD resource for a field is restricted, then the field is displayed on the profile display, but it cannot be changed.

The PROFILE command also calls for the following SETKWD resources to control profile formats:

FORMATCREATE

Creates a format

FORMATMODIFY

Modifies an existing format

FORMATDELETE

Deletes a format

If the FORMATCREATE resource is not authorized, then formats cannot be created. Existing formats can be displayed, though. If the FORMATMODIFY resource is not authorized, then existing formats can be displayed but not modified. If the FORMATDELETE resource is not authorized, then formats cannot be deleted.