Connect:Direct for VM/ESA Process Statement

The PROCESS statement defines the attributes of a Process and is always the first statement in a Process.

The following is the Connect:Direct® for VM/ESA Process statement format. Refer to Sterling Connect:Direct for VM/ESA Process Parameters for more information.

Label Statement Parameters
process name PROCess SNODE = secondary-node-name
    SACCT = ‘snode-accounting-data’
    PNODE = primary-node-name
    PNODEID = (id [,pswd ] [,newpswd])
    SNODEID = (id [,pswd ] [,newpswd])
    PACCT = ‘pnode-accounting-data’
    CLASS = n
    MAXDELAY = [UNLIMITED | QUEUED | 0 | hh:mm:ss]
    HOLD = Yes | No | Call
    PRTY = n
    NOTIFY = %USER | userid
    REQUEUE = Yes | No
    RETAIN = Yes | No | Initial
    STARTT = ([date | day][,hh:mm:ssXM])
    &symbolic_name_1 = variable-string-1
&symbolic_name_2 = variable-string-2
.
.
.
&symbolic_name_n = variable-string-n

The maximum storage area allowed for a Process statement is 64K. To accommodate a larger Process, split the Process into two separate Processes. Include a SUBMIT statement in the first Process to run the second Process.