IBM 4J Manuale Utente

Pagina di 98
Parameter
Description
Value
hold
Moves the Process to the Hold
or Wait queue.
yes | no | call
yes—Places the Process in the Hold
queue in HO status until it is released
by another change process command.
no—Places the Process in the Wait
queue in WC (Waiting for Connection)
status; the Process executes as soon as
resources are available. This is the
default.
call—Places the Process in the Hold
queue in HC (Hold for Call) status
until the remote node (SNODE)
connects to the local node (PNODE) or
another Process is submitted. At that
time, Sterling Connect:Direct releases
the Process for execution
newsnode
Specifies a new remote node
name to assign to the Process.
new remote node specification
prty
Changes the priority of the
Process on the TCQ. Sterling
Connect:Direct uses the prty
parameter for Process
selection. A Process with a
higher priority is selected for
execution before a Process
with a lower priority. The prty
value does not affect the
priority during transmission.
1–15, where 15 is the highest priority. If
you do not specify prty, the default is
10
.
release
Releases the Process from a
held state. This parameter is
equivalent to hold=no.
none
tracel
Changes the level of trace to
perform for a Process.
If you identify the SNODE or
PNODE immediately after the
trace level definition, the trace
level is turned on for all
Processes submitted to and
from the node identified.
level = 0 | 1 | 2 | 4
level—Specifies the level of detail
displayed in the trace output. The
default is 4.
0—Terminates the trace.1—Is the basic
level that provides function entry and
function exit.2 —Includes level 1 plus
function arguments.4—Enables a full
trace. Basic diagnostic information,
such as values of internal data
structures at key points in the
execution flow, are displayed.
The following command changes the remote node name for the Process named
cdproc to a new remote node, paris:
change process pname=cdproc newsnode=paris;
Deleting a Process from the TCQ
The delete process command removes a nonexecuting Process from the TCQ.
Chapter 1. Controlling and Monitoring Processes
15