2280: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|2280
|2280
|[[Library]] not executable
|[[Library]] not executable
|A [[Load]] [[Resident]] [[command]] was issued for a library [[program]] that is not executable. The LOAD operation was not performed.
|A [[Load]] [[Resident]] [[command]] was issued for a library [[program]] that is not executable. The Load operation was not performed.
|Fix the bug in the library [[program]], execute [[Clear Resident]] and run your program again.
|Fix the bug in the library [[program]], execute [[Clear Resident]] and run your program again.
If you get this in a screenio screen, then load and replace it (lo screenio\screenname, rep) to find the real location of the error.
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 18:06, 22 May 2019

Summary:

Library not executable

Cause:

A Load Resident command was issued for a library program that is not executable. The Load operation was not performed.

Remedy:

Fix the bug in the library program, execute Clear Resident and run your program again. If you get this in a screenio screen, then load and replace it (lo screenio\screenname, rep) to find the real location of the error.