2280: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|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 to find the real location of the error. | 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. |