RPG (IBM i / AS/400) · File status code
What does Status Code 00001 mean in RPG (IBM i / AS/400)?
A CALLed program set its Last Record indicator (*INLR) on before returning control, telling the caller that the called program considers itself finished and has released its resources.
A CALLed program set its Last Record indicator (*INLR) on before returning control, telling the caller that the called program considers itself finished and has released its resources.
Treat this as informational rather than an error - if the caller needs the called program to stay activated between calls, check why *INLR is being set on when it shouldn't be.