Hi.
I was a compaq visual fortran user.Now i'm using the visual studio 2012 and PGI visual fortran 2012. My Windows is 7, 64bit. But i have problem with READ and WRITE commands.
for example a simple code for WRITE:
integer a
open(unit=1, file='aaa.txt',status="new")...