Sorry for my inane questions, I have a program that does not work, could anyone of you please be gentle enough to correct this and execute it?.
Thanks!
program test
open(unit=29,file='data.dat', status='old')
do while(1.eq.1)
write(*,*) ' I am here '...