IPD098
INVALID RANGE IN IMPLICIT STATEMENT

Explanation

A FORTRAN IMPLICIT statement contains a range of characters in which the last character of the range alphabetically precedes the first character of the range. Note that ‘$‘ follows ’Z’ in the alphabet. A character that is not alphabetic will also cause this message to be issued (FORTRAN G and H statements only).

Programmer response

Check and correct the statement for errors noted in the explanation. Run the job again.

Source

FORTRAN syntax checker