Guardian Procedure Errors and Messages Manual
Table 15 Error Subcodes for Process Creation Error 71
MeaningSubcode
The process abended while rld was running.9
The process stopped while rld was running.10
RLD is licensed.11
rld returned an out-of-range error value to the operating system.12
The export digest of the file does not match the export digest of the impImp file in memory.16
The user attempted to use RLD as a user library. This is not supported.19
RLD began processing, but did not complete the update of a loadfile.22
Effect No process is created.
Recovery Take corrective action as indicated by the subcode.
Table 16 Corrective Action for Process Creation Error 71
Corrective ActionSubcode
Unlicense RLD and reload the system. RLD must not be licensed.11
Verify that the copy of RLD you used is the correct one. The set of public DLLs, including ZRLDDLL,
must be installed and preset for use with the implicit DLLs in this SYSnn.
16
There is no recovery for subcode error 19.19
Contact your service provider, reporting the error code and the error detail.Other
subcodes
72 THE RUNTIME LOADER (rld) REPORTED AN INTERNAL OR UNRECOGNIZED ERROR.
Cause The runtime loader (RLD) reported an internal or unrecognized error.
Effect No process is created.
Recovery Contact your service provider and report the error and also the error detail.
74 UNRESOLVED REFERENCE TO A FUNCTION
Cause There was an unresolved reference to a function, so the process 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 or run time.)
Effect No process is created. Information such as the name of the unresolved function and the caller
of it might be reported to the home terminal.
Recovery Use the information reported on the home terminal, and attempt to fix the problem. (Either
fix the code in the caller or the callee, or get a version of code that does not make the faulty call.)
75 A FILE SYSTEM ERROR WAS ENCOUNTERED ON A DLL
Cause A file system error occurred on a DLL while attempting the process creation. The
error-detail contains a file-system error number.
Effect No process is created. The name of the DLL for which the error occurred is reported to the
home terminal.
176 Process Creation Errors