Subroutine for handling file reading errors.
This subroutine takes directly the iostat
and
iomsg
values from the file opening procedure.
filestatus : integer
Theiostat
value.
errormsg : character*256
The associated error message.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | filestatus |
File reading status (indicates errors) |
|||
character(len=256) | :: | errormsg |
Error message and read line |