RPG (IBM i / AS/400) · File status code
What does Status Code 00211 mean in RPG (IBM i / AS/400)?
A dynamic CALL, or a FREE operation, referenced a program or procedure name that doesn't exist in the library list, or isn't the type of object RPG expects for that call.
A dynamic CALL, or a FREE operation, referenced a program or procedure name that doesn't exist in the library list, or isn't the type of object RPG expects for that call.
Verify the program name is spelled correctly and lives in a library on the job's library list, and confirm the object wasn't deleted, renamed, or left off the deployment.