Description | Specifies how the program will be started.
other - Specifies that the default TP operation is none of
the methods specified below. It may be a
product-specific method.
queuedOperatorStarted - Specifies that one version of the
program will be run at a time. If an incoming
attach arrives and the program has not been started
yet, APPC will issue a message to the operator to
start the specified program. Subsequent attaches
that arrive while the program is active will be
queued.
queuedOperatorPreloaded - Specifies that one version
of the program will be run at a time. If an
incoming attach arrives and the program has not
been started yet, the Attach will be rejected. The
APPC attach manager determines that a TP has
started upon reception of an APPC RECEIVE_ALLOCATE
verb, or a CPI-C Accept_Conversation (CMACCP) or
Specify_Local_TP_Name (CMSLTP) call. No message is
sent to the operator. Subsequent attaches that
arrive while the program is active are queued.
queuedAmStarted - Specifies that one version of the
program will be run at a time and will be started
by the APPC attach manager. Subsequent attaches
that arrive while the program is active will be
queued.
nonqueuedAmStarted - Specifies that multiple copies of
the program will be run at a time and will be
started by the APPC attach manager. |