EM3270 Manual

EM3270 Emulator Command Set
Tandem EM3270 Manual110332 4-15
RUN Command
Examples
RESET PROCESS
ASSUME PROCESS
RESET PROGRAM,PRI,ADVISORY
Messages
1015, 1069, 1070, and 1071.
RUN Command
The RUN command starts up an EM3270 emulator session on the home terminal of the
EMCOM user. You must issue this command interactively; it fails if it is embedded in a
command file.
RUN[T]
RUNT starts a diagnostic trace prior to starting the session. RUN (without the T)
does not start the trace.
file-name
designates the file by which the EM3270 emulator process accesses the IBM host on
behalf of the terminal. In general, this is a subdevice of TR3271 or SNAX/XF.
LINK { ON | OFF | OPTIONAL | IBM3270 }
specifies the type of Tandem application to set up, if any.
If LINK is set ON or OPTIONAL, the Tandem application is assumed to be of the
same type as the device for this task. If the device is a Tandem terminal, a 6530
application is assumed, and if the device is an IBM 3270 terminal or emulator, a
3270 application is assumed. If LINK is set to IBM3270 and the device is a Tandem
terminal, a 3270 application is assumed and EM3270 converts the data stream from
3270 to 6530. If LINK is set to OPTIONAL or IBM3270, the host session is not
established until the user first switches to the host screen.
If LINK is not specified or set to OFF, a single-application session is set up.
Similarly, if LINK is specified, the file name parameter can be omitted, indicating a
single-application session with a Tandem application.
Considerations
The current settings of the SET DEVICE parameters apply to a session started with
RUN (see the SET command).
RUN[T] [file-name ] [, LINK { ON | OFF | OPTIONAL | IBM3270 }
]