IBM0553S
ONCODE=oncode-value The ERFC(X) was invalid.

Explanation

One of the following conditions occurred:
  • X was greater than K, where K is as follows:
    • 9.19 for short floating-point arguments
    • 26.54 for long floating-point arguments
    • 106.53 for extended floating-point arguments
The ONCODEs associated with this message are:
  • For real short floating-point arguments:
    2171
    Argument greater than limit
  • For real long floating-point arguments:
    2172
    Argument greater than limit
  • For real extended floating-point arguments:
    2173
    Argument greater than limit

System action

The ERROR condition is raised.

Programmer response

Ensure X is greater than zero.

Symbolic Feedback Code

IBM0H9