Previous Topic: CMD

Next Topic: DB2PLAN

COMMAND

Use COMMAND to create new z/OS console operator commands.

Syntax

Use this format for the COMMAND parameter:

COMMAND VERB cmd {IMOD|PREFIX} name [USERID userid]

Arguments

The COMMAND parameter takes these arguments.

Argument

Description

cmd

1- to 16-character word to be recognized as an operator console command. Avoid non-alphabetic characters. Do not duplicate an existing operator command name.

IMOD

Indicates that name is a complete IMOD name.

PREFIX

Indicates that an IMOD name is to be constructed from name, followed by the first blank-delimited word that follows cmd in the operator-entered string.

name

Either the IMOD's name or a prefix used to derive it.

userid

User ID that will be assigned to the IMOD task created to process this command, if entered from a true console. Commands entered from other programs or TSO address spaces are always assigned the user ID of the requestor.

Default: The command executes under the default user ID.

Usage Notes