IPD146
INVALID IF AFTER LOGICAL IF

Explanation

A FORTRAN statement after the IF (logical expression) part of a logical IF statement was recognized as an IF statement, but was not a valid arithmetic IF statement as required. (FORTRAN G and H only.)

Programmer response

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

Source

FORTRAN syntax checker