PL/I · Message ID

CEE3403E: The Input Parameter func_code Is Incorrect

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.

CEE3403E: The Input Parameter func_code Is IncorrectIBM Enterprise PL/I for z/OS · z/OS Language Environment

Condition

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.

Fix

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.

Related message id