Using NS3000/iX Network Services (36920-90008)

Chapter 7 137
Remote Process Management
RPMCREATE
option parameter should conform to the value of the
item parameter in the CREATEPROCESS intrinsic.
Default: primary entry point.
Program parameter (code 22002, 2-byte integer).
The data portion of this parameter contains an
integer value used to transfer control information to
the new process. The word will be accessible on the
stack of the new process at location Q-4. This
parameter corresponds to item number 2 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.
Create flags (code 22003, 2-byte bit map). The data
portion of this parameter contains a word whose bits
specify loading options, as follows. (Bit 15 is the
least significant bit, bit 0 the most significant bit.)
This parameter corresponds to item number 3 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.
bit 15 — Ignored; should be off.
bit 14 — LOADMAP bit. If on, a listing of the newly
allocated program is produced on the job/session
listing device. This map shows the Code Segment
Table (CST) entries used by the new process.
Default: off
bit 13 — DEBUG bit. If on, DEBUG is called at the
first executable instruction of the new program.
You must have read/write access to the program
file of the new process. If the new process requires
privileged mode, you must be a privileged user.
Default: off.
bit 12 — NOPRIV bit. If on, the slave program is
loaded in non-privileged mode. If this bit is off,
the program is loaded in the mode specified when
the program file was prepared. Default: off.
bits 10 and 11 — LIBSEARCH bits. A coded bit
pattern that denotes the order in which libraries
are to be searched for the program. The default is
00:
00 = System Library only.
01 = Account Public Library, then System
Library.