RPG (IBM i / AS/400) · Message ID
What does CPF2105 mean in RPG (IBM i / AS/400)?
Object not found for name and type. No object matching both the specified name and the specified object type could be found, distinct from a plain not-found error in that the name may exist under a different object type.
Object not found for name and type. No object matching both the specified name and the specified object type could be found, distinct from a plain not-found error in that the name may exist under a different object type.
Confirm the object type expected (*FILE, *PGM, *DTAARA, and so on) matches what is actually being referenced, since two objects can share a name across different types without conflicting.