CEE2014E
Both arguments were equal to limit in math routine routine-name.

Explanation

Invalid arguments were specified to the scalar math routine.

System action

The output value from the math routine is undefined.

Programmer response

Ensure the arguments are valid to the math routine. You might want to register a user handler that will gain control if this condition is signaled (if the feedback token was omitted on the call to the math routine, then the condition is signaled). If you specify the feedback token on the call to the math routine, examine the feedback token upon return from the math routine and take appropriate action.

Symbolic Feedback Code

CEE1UU