IPD124
DATA ILLEGAL FOR DUMMY ARRAY

Explanation

An array was dimensioned in a REAL, INTEGER, LOGICAL or COMPLEX type FORTRAN statement. One of the dimensions was a variable name, making the array a dummy array, but a slash, indicating the start of a list of data, was then encountered. Dummy arrays cannot be assigned initial data values.

Programmer response

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

Source

FORTRAN syntax checker