hi
i load input data from text files...
please check this instructions and tell me why this line has error?
open (unit=1, file='data5.txt',
* action='READ', status='OLD', iostat=rtn)
read (unit=1, end=104, fmt=904, iostat=rtn)
* (MOP)//has error
104 continue
open...