PSS ID Number: 149513
Article Last Modified on 11/2/1999
! Compile options needed: none
! uncomment the following line for work-around
! character*7 :: openstatus = 'unknown'
print *, 'the following should be lowercase: ', 'unknown'
! comment the following line for work-around
open(unit=20, file='test.out', status='unknown')
! uncomment the following line for work-around
! open(unit=20, file='test.out', status=openstatus)
end
Additional query words: 4.00
Keywords: kbLangFortran KB149513
Technology: kbAudDeveloper kbFORTRANPower400NT kbFortranSearch kbZNotKeyword8