<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div style="RIGHT: auto">hi that is the solution</div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto"> </div>
<div style="RIGHT: auto"> open (1,file="datascii.dat") <BR> open (2,file="datbinary",form="unformatted")<BR> do 17 i=1,9<BR> read(1,14)year(i),month(i),Stid(i),Lat(i),Lon(i),RaiN(i)<BR>14 format(i4,1x,i1,1x,a3,1x,F4.1,1x,F4.1,2x,5.1)<BR> Write(2)year(i),month(i),Stid(i),Lat(i),Lon(i),RaiN(i) <BR>17 continue <BR>' if you want one to one <BR>' if you want all together put firts</div>
<div style="RIGHT: auto">17 continue <BR>' and then <BR> write(28)(write(28)(year(i),month(i),Stid(i),Lat(i),Lon(i),RaiN(i)),i=1,9)<BR>stop</div>
<div style="RIGHT: auto">end</div>
<div style="RIGHT: auto"><VAR id=yui-ie-cursor></VAR><VAR id=yui-ie-cursor></VAR> </div></div></body></html>