FOR0601S
The funcname function could not be evaluated. The value of the argument was not between 0 and limit, inclusive. VS FORTRAN Version Error 2 Number: AFB258I

System action

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

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

Permissible Resume Actions:

Name Action Taken after Resumption
RN The CHAR or ACHAR function is ignored, and execution continues.

Programmer response

Ensure that the argument to the ACHAR function in not less than 0 nor greater than 127 or that the argument to the CHAR function in not less than 0 nor greater than 255. The values of 127 and 255 are the greatest values in the ASCII and EBCDIC collating sequences, respectively.

Symbolic Feedback Code

FOR0601