Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

IOSTAT 9

kyi
Beginner
241 Views
I have a problem with OPEN. I printed out IOSTAT and it is 9. What does that mean?
0 Kudos
1 Reply
DavidWhite
Valued Contributor II
241 Views
You can find details of this in the documentation in the section "List of Run-Time Error Messages". They are:

9

severe (9): Permission to access file denied

FOR$IOS_PERACCFIL. Check the permissions of the specified file and whether the network device is mapped and available. Make sure the correct file and device was being accessed. Change the protection, specific file, or process used before rerunning the program.

0 Kudos
Reply