Connect:Direct for z/OS Submit Statement
The SUBMIT statement submits another Process to either the PNODE or SNODE, from within an executing Process. The Process to be submitted must reside in a file on the node where the SUBMIT statement executes. This node is referred to as the SUBNODE.
The SUBMIT statement is not the same as the SUBMIT command. The SUBMIT statement parses special characters differently from the SUBMIT command. See Process Language Syntax for a discussion of special character parsing. See the IBM Sterling Connect:Direct for z/OS User Guide for SUBMIT command syntax and parameters.
The following is the Connect:Direct® for z/OS® SUBMIT statement format. Refer to Connect:Direct for z/OS Process Parameters for more information.
Label | Statement | Parameters |
---|---|---|
stepname | SUBMIT | DSN=dsn[(member)] |
business process name | ||
DEBUG=trace bits | ||
NEWNAME=new-name | ||
SUBNODE=PNODE | SNODE | ||
SNODE=secondary-node-name | SNODE = TCPNAME = tcpvalue, port | ||
SNODEID=(id [,pswd] [,newpswd]) | ||
SACCT='snode-accounting-data' | ||
PLEXCLASS=(pnode class, snode class) | ||
PNODEID=(id [,pswd] [,newpswd]) | ||
PACCT='pnode-accounting-data' | ||
CASE= Y | YES | N | NO | ||
CLASS = n | ||
HOLD = Y | YES | N | NO | CALL | ||
PRTY = nn | ||
NOTIFY = %USER | userid | ||
REQUEUE = Y | YES | N | NO | ||
RETAIN = Y | YES | N | NO | INITIAL | ||
STARTT = ([date | day] [,hh:mm:ssXM]) | ||
&symbolicName1 = variable-string-1 &symbolicName2 = variable-string-2 . . . &symbolicNamen = variable-string-n |