Sterling Connect:Direct for UNIX Run Job Statement
The run job statement invokes a UNIX command shell to execute one or more UNIX commands from within a Process. The Process does not wait until the UNIX commands finish running before executing the next step in the Process.
Sterling Connect:Direct for UNIX Run Task Statement
The run task statement invokes a UNIX command shell to
execute one or more UNIX commands within a Process. The Process waits
until the UNIX commands finish running before executing the next step
in the Process.
Sterling Connect:Direct for UNIX Submit Statement
The submit statement submits another Sterling Connect:Direct
Process from within an executing Process. The Process can be submitted to either the pnode or the snode.
Sterling Connect:Direct for UNIX Pend Statement
The optional pend statement indicates the end of an Sterling Connect:Direct for UNIX Process. There are no parameters for the pend statement.