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

Status Code 01124

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.

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

Condition

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.

Fix

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.

Related file status code