RPG (IBM i / AS/400) · File status code
What does Status Code 01124 mean in RPG (IBM i / AS/400)?
The workstation user pressed the Clear key on a display file record format that has no CAnn/CFnn/CLEAR indicator assigned to that function, so RPG has no way to report the key press back to the program.
The workstation user pressed the Clear key on a display file record format that has no CAnn/CFnn/CLEAR indicator assigned to that function, so RPG has no way to report the key press back to the program.
Assign a response indicator or the CLEAR keyword to that key in the display file DDS, or trap the condition in the file's INFSR if Clear is meant to be ignored on that format.