- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
using the following source i get the iostat error 104
open(unit=10,file=file2,access="sequential", status="old",action = "read", position = "rewind", iostat=iFehlerio)
The file is present and not empty. A couple of lines before in the program i was able to open and read the file. There is no documentation in the fortran help file.
What does the error mean?
Thanks in advance
Frank
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is some info in this thread
http://software.intel.com/en-us/forums/showthread.php?t=70068&o=a&s=lr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
if i try the given link i get the following error message:
Page Not FoundThe page you are looking for might have been removed, had its name changed, or is temporarily unavailable. Please check the address bar to make sure the link is typed correctly, use the links above in the menu to locate the information you want, or search the site for another destination.
If you believe you have reached this page in error, please contact ISN Customer Support with the URL you are trying to reach.
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you search the forum for 104 you should be able to find the thread - that's how I found it.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Steve,
based on your hints i have added 'iomsg=c_iomsg' to the open statement. Then i was reciving the message:
incorrect POSITION=specifer value for connected file
The unit number i am using quite often in the program. All units will be closed after using. Changing the dummy number 10 to 1011 solved the problem.
It locks like the program has problems the close the file correctly.
The problem only occurs on the following configuration:
- Win7 64bit German
No Problems so far on Win XP 32bit and Win Server 2008 64bit.
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tim,
That's true, but not what is going on here. In this case, Fortran has not seen a CLOSE on the unit.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page