RPG (IBM i / AS/400) · File status code

Status Code 00001

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.

Status Code 00001IBM i / OS/400 · ILE RPG

Condition

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.

Fix

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.

Related file status code