IBM0675S
ONCODE=oncode-value ABS(X) was greater than or equal to 1 in ATANH(X).

Explanation

The ATANH built-in function had a floating-point argument with an absolute value that equaled or exceeded 1. ONCODEs associated with this message are:
  • 1514 Short floating-point argument
  • 1515 Long floating-point argument
  • 1516 Extended floating-point argument

System action

The ERROR condition is raised.

Programmer response

Modify the ATANH built-in function so that the absolute value of a floating-point assignment does not equal or exceed 1.

Symbolic Feedback Code

IBM0L3