Previous Topic: CMDNext Topic: DB2PLAN


COMMAND

This command creates z/OS console operator commands.

Syntax

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

Parameters

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

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

userid

User ID that is 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: Command executes under the default user ID.

Usage Notes