MPE/iX Intrinsics Reference Manual (32650-90875)

78 Chapter4
Command Definitions (ABORTSESS - FCLOSE)
CREATE
loadflags
16-bit unsigned integer by value (optional)
Specifies the loading options as follows:
Bits VaIue/Meaning
15:1
Active
0 Calling process not activated when the new process terminates
1 The system reactivates the calling process (parent) when the
new process terminates
Default: 0
14:1 Loadmap (equivalent to the LMAP parameter of the RUN command):
0
No map produced
1 A list of the allocated (loaded) program is produced on the
job/session list device; displays information about all SOMs
loaded during process creation
Default: 0
13:1 Debug; ignored if nonprivileged and the new process requires privileged
mode or if there is no read/write access for the new process program file
(equivalent to the DEBUG parameter of the RUN command.):
0 Breakpoint not set
1 Debug called prior to executing the first instruction of the
new process
Default: 0
12:1 Privilege (equivalent to the NOPRIV parameter of the RUN command):
0 Program loaded in the mode specified when the program
was linked
1 Program loaded in nonprivileged mode
Default: 0
10:2 LIBSEARCH bits; specifies a failed load if the
formaldesignator
parameter contains a program name which cannot be expressed using the
MPE syntax. This option is equivalent to the LIB= parameter of the RUN
command:
00 (NM) If
formaldesig
was linked using the XL=
parameter of the LINK command, then search the libraries
specifying XL= first. Otherwise, search only the system
libraries.
(CM) Search only the system libraries (SL.PUB.SYS).
01 (NM) Search the account public library
(XL.PUB.
accountname
) in the account where
formaldesig
is located, then search the system libraries.