EM3270 Manual
X Command
4-38 110332—Tandem EM3270 Manual
EM3270 Emulator Command Set
X Command
The X command causes EMCOM to temporarily suspend processing and start a process
using the object module progname. If progname is not fully qualified with volume and
subvolume, EMCOM first attempts to execute progname in the current volume and
subvolume. If that file does not exist, EMCOM then attempts to execute
$SYSTEM.SYSTEM.progname. This command is valid only in interactive mode.
EMCOM resumes processing when the progname program terminates.
progname
specifies the name of the object module to be used. EMCOM temporarily suspends
processing to start this process. The value of progname can be a fully qualified file
name with volume and subvolume specified. If progname is not fully qualified,
EMCOM looks for the object module in the current volume and subvolume. If the
file does not exist, EMCOM attempts to execute $SYSTEM.SYSTEM.progname.
parameter-spec
represents parameters for the TACL RUN command. It has the following format:
[/run-parameter [, run-parameter ] .../]
[ parameter-string ]
See the NonStop Kernel Operating System Programming Manual for more
information on these parameters. The NOWAIT, TERM, LIB, SWAP, and
INSPECT parameters are not supported.
Messages
1004, 1006, 1007, 1012, 1059, 1060, 1061, 1062, 1063, 1064, and 1072.
X progname [ parameter-spec ]