FOR0613S
The IBITS function could not be evaluated. The sum of the second and the third arguments was greater than the number of bits in the first argument. VS FORTRAN Version Error 2 Number: AFB159I

System action

The condition is signaled. If the condition is unhandled, the application is terminated.

Qualifying Data:

No. Name Input/ Output Data Type and Length Value
1 parm-count Input INTEGER*4 2
2 function Input CHARACTER*8 IBITS

Permissible Resume Actions:

Name Action Taken after Resumption
RN The IBITS function is ignored, and execution continues.

Programmer response

For the IBITS function, adjust the values of arguments 2 and 3 so that the specified string of bits doesn't extend beyond the end of the integer.

Symbolic Feedback Code

FOR0613