Connect:Direct for UNIX Submit Statement
The submit statement submits another IBM® Connect:Direct® Process from within an executing Process. The Process can be submitted to either the pnode or the snode.
The submitted Process must reside on the node where the submit statement executes. This node is referred to as the subnode.
Any values specified in the submit statement override the values contained in the process statement.
The submit statement execution produces a return code.
The submit statement is not the same as the submit command.
The following is the Connect:Direct for UNIX Submit statement format. Refer to IBM Connect:Direct for UNIX Process Parameters for more information.
Label | Statement | Parameters |
---|---|---|
stepname | submit | file=filename |
business process name | ||
class=n | ||
hold=yes | no | call | ||
newname=new process name | ||
notify=username@hostname or user@localhost | ||
pacct="pnode accounting data" | ||
plexclass=remote_plexclass | ||
pnodeid=(id [,pswd]) | ||
prty=nn | ||
retain=yes | no | initial | ||
sacct="snode accounting data" | ||
snode=[nodename] | [(hostname | nnn.nnn.nnn.nnn);(portnumber | portname)] | ||
snodeid=(id [,pswd[,newpswd]]) | ||
startt=([date | day][,hh:mm:ss[am | pm]]) | ||
subnode=pnode |snode | ||
&symbolic name1=variable string 1 & symbolic name2=variable string 2 . . . & symbolic namen=variable string n |