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