PL/I · Message ID
What does CEE3400W: The Condition Name Was Not Recognized mean in PL/I?
A call to a condition-management service passed a condition-name string that Language Environment's condition manager doesn't recognize, so it can't be translated into a condition token — usually a typo in a user-coded ON-condition name or an unregistered facility ID.
A call to a condition-management service passed a condition-name string that Language Environment's condition manager doesn't recognize, so it can't be translated into a condition token — usually a typo in a user-coded ON-condition name or an unregistered facility ID.
Check the spelling and facility-qualified form of the condition name being registered or tested, and confirm any user-defined condition was properly declared before use.