PL/I · Message ID
What does CEE3403E: The Input Parameter func_code Is Incorrect mean in PL/I?
A callable LE service was passed a function-code value it doesn't recognize — this can happen when a program calls one of the CEE3 message or dump services directly with a bad literal, or when the parameter list layout doesn't match what the running LE release expects.
A callable LE service was passed a function-code value it doesn't recognize — this can happen when a program calls one of the CEE3 message or dump services directly with a bad literal, or when the parameter list layout doesn't match what the running LE release expects.
Check the calling code for a bad or stale literal function-code value, and confirm the service is being invoked with the parameter list layout documented for the LE and compiler release actually in use.