Hello
My application is generating the following error:
forrtl: severe(111): position number is outside of the valid range, unit 11, file (...)
I cannot find any documentation on what this specifically means, and since this is happening in a deployed environment, stack traces e.t.c. are not an option (since symbols have been stripped).
Are any of you aware as to what this error specifically means? I am assuming that it has to do with the POS= input to write and read commands, but since those are 64-bit integers, I am having trouble with understanding how this could be out of range.
Thank you in advance.