Use COMMAND to create new z/OS console operator commands.
Use this format for the COMMAND parameter:
COMMAND VERB cmd {IMOD|PREFIX} name [USERID userid]
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. |
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |