Guardian Procedure Errors and Messages Manual

Recovery Use the original object files and the nld utility to re-create the program file. If the error
recurs, contact your service provider.
36 (%022000 + %nnn) UNKNOWN SRL SPECIFIED BY PROGRAM
Cause The system was unable to find a shared run-time library (SRL) specified by the program file.
Effect No process is created. %nnn in error.<8:15> contains the SRL number of the SRL that was
not found.
Recovery Use the original object files and the nld utility to re-create the program file. If the error
recurs, contact your service provider.
37 (%022400 + %nnn) UNKNOWN SRL SPECIFIED BY ANOTHER
SRL
Cause The system was unable to find a shared run-time library (SRL) specified by another SRL.
Effect %nnn in error.<8:15> contains the SRL numbers of the two SRLs in the form xxyy (where
xx is the SRL that specifies the yy SRL). No process is created.
Recovery Use the original object files and the nld utility to re-create the program file. If the error
recurs, contact your service provider.
38 (%023000 + %nnn) TOO MANY SRLS
Cause The process creation request specifies too many shared run-time libraries (SRLs).
Effect %nnn in error.<8:15> contains the maximum number of SRLs that can be specified. No
process is created.
Recovery Use the original object files and the nld utility to re-create the program file, using no
more than 32 SRLs, the maximum number of SRLs permitted.
39 (%023400 + %nnn) PROGRAM FILE REQUIRES FIXUP
Cause The program file requires fixups to a shared run-time library (SRL) that is unavailable because
it is running.
Effect %nnn in error.<8:15> contains the SRL number of the running SRL. No process is created.
Recovery Use the original object files and the nld utility to re-create the program file. If the error
recurs, contact your service provider.
40 (%024000 + %nnn) SRL REQUIRES FIXUPS
Cause A shared run-time library (SRL) requires fixups to another SRL that is unavailable because it
is running.
Effect %nnn in error.<8:15> contains the SRL numbers of the two SRLs in the form xxyy (where
xx is the SRL that requires the fixup to the running yy SRL). No process is created.
Recovery Use the original object files and the nld utility to re-create the program file. If the error
recurs, contact your service provider.
41 (%024400 + %nnn) PROGRAM FILE SECURITY VIOLATION
152 NEWPROCESS AND NEWPROCESSNOWAIT Errors