Parameter in IEASYSxx (or issued by the operator)

CMD= {aa }
{(aa,bb...)}
The two-character identifier (aa,bb,etc.) is appended to COMMND to identify the COMMNDxx member(s) of parmlib. Multiple members can be specified.
Note:
  1. Commands issued from COMMNDxx do not show on the console. Therefore, the results of these commands may appear on the console without the operator's seeing the command.
  2. Commands are issued in the order that they appear in COMMNDxx, but they are executed as follows:
    • Immediate commands, such as DISPLAY T, are executed sequentially as they are issued from COMMNDxx.
    • Execution of task-creating commands, such as DISPLAY A, is deferred until system initialization is complete. Then, factors such as multitasking, multiprocessing, and competition for resources influence the order in which these commands are executed. Thus, COMMNDxx should not be used to issue task-creating commands that must be executed in a specific order, because the execution order of these commands can vary.
  3. A command placed in COMMNDxx must look exactly as it does if entered from the console. For example, to place the command SE ‘TSO IS UP’, CN=CONS1 in COMMNDxx, specify the following:
    COM='SE 'TSO IS UP',CN=CONS1'