Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-123
PROCESS_LAUNCH_ Procedure
9 The process abended while rld was running
10 The process stopped while rld was running
11 rld was licensed at the time the processor was loaded
12 rld returned an out-of-range error value to the operating system
16 The export digest of the file does not match the export digest of the
impImp file in memory.
19 The user attempted to use RLD as a user library. This use is not
supported
.
22 RLD began processing, but did not complete the update of a loadfile.
Any
other
value
An internal code indicating a problem in the construction or installation of
rld
72 The run-time loader (rld) reported an internal error; error-detail is an
internal code that localizes the error.
74 The process contained an unresolved reference to a function and so was not
created. Contrast with error 14, which is a warning. (For DLLs and their client
programs, unresolved function references are disallowed by default, but other
options can be specified at link time or run time.)
75 A file-system error was encountered on a DLL; error-detail contains the
file-system error number.
76 Invalid file format in a DLL; error-detail subcodes are described in
Table 12-5
.
77 An object file could not be loaded; error-detail contains one of the following:
1 A DLL requires a PIN < 255 in a process with a higher PIN.
2 A licensed or privileged object file does not use localized import
3 A public library requires fixed address space that is unavailable in this
process.
4 Insufficient address range is available to load the file.
5 The loader lacks authority to load a licensed object file.
6 The process has exceeded the maximum number of memory segments.
7 A Globalized symbol required by a PIC program or DLL is defined in more
than one public library. (Globalized symbols are those identified by the
native C++ compiler as possibly having multiple definitions, of which the
system must select one to be used by all object modules loaded.)
Table 12-3. Summary of Process Creation Errors (page 6 of 10)
error Description
* Refer to the Guardian Procedure Errors and Messages Manual for a list of all file-system and DEFINE errors.
**When error-detail indicates the number of a shared run-time library (SRL), the number represents either
the public SRL relative number, or 00 for a native user library. For more information on shared run-time libraries
(SRLs) refer to the nld and noft Manual.
Note: Refer to Guardian Procedure Errors and Messages Manual for Cause, Effect, and Recovery of all the
Process Creation Errors.