From mboxrd@z Thu Jan 1 00:00:00 1970 From: RICHARD_ELMQUIST@udlp.com To: egcs@egcs.cygnus.com Subject: Having problems with DATA Statement Date: Fri, 30 Apr 1999 23:15:00 -0000 Message-ID: <002C49D5.C21254@udlp.com> X-SW-Source: 1999-04n/msg00532.html Message-ID: <19990430231500.WPYW934jXk8jf3bnF8HBdtayPlGdxH1zmxQHWLona1w@z> Hi, I'm trying to use g77 to compile fortran code that I know works else where. I get a comiler message indicating that it can't initialize the second value of FS in the following line, DATA (FS(1,J),J=4,200) /197*1.0/ As far as I know this is a valid FORTRAN statement, and I can't find anything on DATA Statements in the online documentation. Can you please help me out? Thanks Richard Elmquist richard_elmquist@udlp.com