Using NS3000/iX Network Services (36920-90008)

Chapter 7 139
Remote Process Management
RPMCREATE
The contents of this option parameter should conform to the value of
the item parameter in the CREATEPROCESS intrinsic. Default: The
value specified in the program file
Initial dlsize (code 22005, 2-byte integer). The data portion of this
parameter contains an integer (DB–DL) denoting the size, in words,
of the user-managed stack area bounded by the DL and DB values.
This parameter corresponds to item number 5 of the MPE/iX
CREATEPROCESS intrinsic. The contents of this option parameter
should conform to the value of the item parameter in the
CREATEPROCESS intrinsic. Default: The value specified in the
program file.
Max stack size (code 22006, 2-byte integer). The data portion of this
parameter contains an integer (Z–DL) denoting the maximum word
size allowed for the process’s stack area (bounded by the DL and Z
values). This parameter corresponds to item number 6 of the MPE/iX
CREATEPROCESS intrinsic. The contents of this option parameter
should conform to the value of the item parameter in the
CREATEPROCESS intrinsic. Default: The value specified in the
program file or (if none is specified there) the current stack size.
Priority (code 22007, 2-byte array). The data portion of this
parameter contains a string of two ASCII characters (AS, BS, CS,
DS, or ES) indicating the priority class in which the new process is
scheduled. Default: The same priority as the calling process. This
parameter corresponds to item number 7 of the MPE/iX
CREATEPROCESS intrinsic. The contents of this option parameter
should conform to the value of the item parameter in the
CREATEPROCESS intrinsic.
$STDIN file name (code 22008, n-byte array). The data portion of this
parameter contains the name of a file to which all input requests to
$STDIN will be directed. This parameter corresponds to item
number 8 of the MPE/iX CREATEPROCESS intrinsic. The contents of
this option parameter should conform to the value of the item
parameter in the CREATEPROCESS intrinsic. Default: With an
interactive logon (HELLO, REMOTE HELLO), input requests will be
directed to $STDIN. With the logon option (either the LOGON=
parameter in a DSLINE command or the login parameter of
RPMCREATE), input requests will be directed to the empty file $NULL.
$STDLIST file name (code 22009, n-byte array). The data portion of
this parameter contains the name of a file to which all output
requests to $STDLIST will be directed. This parameter corresponds
to item number 9 of the MPE/iX CREATEPROCESS intrinsic. The
contents of this option parameter should conform to the value of the
item parameter in the CREATEPROCESS intrinsic. Default: With an
interactive logon (HELLO, REMOTE HELLO), output requests will be
directed to $STDLIST. With the logon option (either the LOGON=