IPD004
UNSIGNED INTEGER EXPECTED

Explanation

An incorrect form, such as an integer constant preceded by a plus or minus sign, was encountered in a FORTRAN statement where:
  • An unsigned integer is the only valid form.
  • An unsigned integer or unsigned variable is the only valid form.

Programmer response

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

Source

FORTRAN syntax checker