These 2 OPEN statements
OPEN(unit=9,FILE='dale.txt',STATUS='NEW')
OPEN(unit=8,FILE='mm.txt',STATUS='READONLY')
dale.txt gets created at C:\Plato I get this error Runtime error from program:c:\plato\checkmate\win32\test2.exe Run-time Error *** Error 128, File does not exist
READFILE - in file test2.for at line 14 [+00f2]
main - in file test2.for at line 4 [+0039]
file mm.txt does exist at c:\Plato any ideas what I am doing wrong?