Hello, everyone,
I opened a file using
OPEN(UNIT=1,FILE='...',STATUS='old',IOSTAT=stats)
after reading data from that file, I closed it again, using
CLOSE(UNIT=1)
After that, READ* - which should get user input from the command promt returns
'Run-time error 94: Unit has neither been OPENed nor preconnected'
PRINT*,'...' on the other hand, works just fine.
How can I open the command prompt for input again?[/quote]