MPE/iX Intrinsics Reference Manual (32650-90905)
76 Chapter4
Command Definitions (ABORTSESS - FCLOSE)
COMMAND
NOTE The
cmderror
is the correct parameter to check to verify if
cmdimage
succeeded. The
parmnum
may provide additional information.
Operation Notes
User-defined commands (UDCs) cannot be executed with the COMMAND intrinsic. RUN and
other process creation commands are allowed if you, or the program calling COMMAND,have
process handling (PH) capability. Command files and the implied RUN are not allowed.
The
cmdimage
parameter can contain any command except the following:
ABORT JOB
BYE LISTREDO
CHGROUP MOUNT
DATA MRJE
DISMOUNT NRJE
DO REDO
EOD RESUME
EOJ RJE
EXIT SETCATALOG
HELLO VSUSER
NOTE CIERROR 9103 is returned if
cmdimage
contains a command that is not
supported.
For compatibility with MPE V/E, the COMMAND intrinsic converts three error numbers
into CIERROR 975. They are: 9086, 9090, and 9091.
Condition Codes
CCE (2) Request granted. Although, a CI warning may have been detected.
CCG (0) Request denied. An executor-dependent error, such as an erroneous
parameter, prevented execution of the command. The numeric error code is
contained in
cmderror
. The command with the error terminated before
executing completely.
CCL (1) Request denied. The command was undefined.
Related Information
Intrinsics HPCICOMMAND
Manuals Command Interpreter Access and Variables Programmer's Guide and
MPE/iX Commands Reference Manual