Previous Topic: MCSAUTO Keyword—Assign AUTO KeywordNext Topic: MCSDOM Keyword—Specify Delete Messages Received


MCSCMDS Keyword—Specify System

Valid on z/OS.

Use the MCSCMDS keyword to specify the system to which commands issued from this console are sent. The IBM equivalent to this field is CMDSYS.

This keyword has the following format:

TSS ADDTO(acid) MCSCMDS(*|sysname)
Capacity of list

One sysname per ACID

Keyword length

One to eight characters

*

Specifies that commands are processed on the local system where the console is attached.

sysname

The name of the remote system to which the commands are sent.

Note: It is important to remember that all MCS resources must be added to a User Record and cannot be added to a Profile or to the ALL Record.

This keyword is used with:

Example: MCSCMDS keyword

This example sends commands to XYZ system:

TSS ADDTO(USERA) MCSCMDS(XYZ)