Thank you Francois. Your response led me back to the declaration of FUSGAM, which is in a COMMON block in an include file. There was a typo in the declaration of FUSGAM which caused the reference to FUSGAM in the READ statement to be interpreted as a function reference.
My apologies for...
I am getting what I believe to be a spurious syntax error in some old Fortran that I am compiling. A small example illustrates the error
PROGRAM TEST
IMPLICIT REAL*8 (A-H, O-Z)
READ (I1) NFS
READ (I1) (FUSGAM(J), J=1,NFS)
END
gives the following message...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.