IBM0676S
ONCODE=oncode-value ABS(X) was greater than 1 in ASIN(X) or ACOS(X).

Explanation

The absolute value of the floating-point argument of the ASIN or ACOS built-in function exceeded 1. ONCODEs associated with this message are:
  • 1518 Short floating-point argument
  • 1519 Long floating-point argument
  • 1520 Extended floating-point argument

System action

The ERROR condition is raised.

Programmer response

Modify the program so that the ASIN or ACOS built-in function is never invoked with a floating-point argument whose absolute value exceeds 1.

Symbolic Feedback Code

IBM0L4