Connect:Direct for z/OS Process Statement
The PROCESS statement defines the attributes of a Process and is always the first statement in a Process.
The maximum storage area allowed for a Process statement is 1MB. 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.
To ensure that the Transmission Control Queue has adequate space to store a large Process, see Planning the Installation in IBM Sterling Connect:Direct for z/OS Configuration Guide.
The following is the Connect:Direct® for z/OS® Process statement format. Refer to Process Parameters for more information.
| Label | Statement | Parameters |
|---|---|---|
| process name | PROCess | SNODE = secondary-node-name | SNODE = TCPNAME
= tcpvalue; port | SNODE = UDT33NAM = udtvalue;port |
| CRC=(OFF|ON) | ||
| CLASS = n | ||
| DEBUG = trace bits | ||
| HOLD = Y | YES | N | NO | CALL | ||
| MAXDELAY = [UNLIMITED | QUEUED | hh:mm:ss | 0] | ||
| NOTIFY = %USER | userid | ||
| PACCT = `pnode-accounting-data' | ||
| PLEXCLASS = (pnode class, snode class) | ||
| PNODE = primary-node-name | %PNODE | ||
| PNODEID = (id [,pswd] [,newpswd]) | ||
| PRTY = nn | ||
| REQUEUE = Y | YES | N | NO | ||
| RETAIN = Y | YES | N| NO | INITIAL | ||
| SECURE=OFF|SSL|TLS10|TLS11|TLS12 or SECURE=ENCRYPT.DATA=Y|N or SECURE = (OFF|SSL|TLS10|TLS11|TLS12|ENCRYPT.DATA=Y|N) or SECURE = (OFF|SSL|TLS10|TLS11|TLS12|<cipher_suite>|(cipher_suite_list), ENCRYPT.DATA=Y|N) Note: If System SSL is in FIPS
mode, only certain ciphers are valid. See the IBM Sterling Connect:Direct
for z/OS Release Notes for a list of valid FIPS-mode ciphers.
|
||
| SACCT = `snode-accounting-data' | ||
| SNODEID = (id [,pswd] [,newpswd]) | ||
| STARTT = ([date | day] [,hh:mm:ssXM]) | ||
| &symbolicName1 = variable-string-1 &symbolicName2 = variable-string-2 . . . &symbolicNamen = variable-string-n |