In article <1991Feb04.013735.8220 at ariel.unm.edu>, john at ghostwheel.unm.edu (John Prentice) writes: |> The following code bombed using Sun Fortran version 1.3 : |> write (1) ((k(i,j),i=1,imax),j=1,jmax) |> rewind 1 |> read (1) ((k(i,j),i=1,imax,j=1,jmax) I see a missing close parenthesis ... did you?