VMS Help FORTRAN, Error Messages, Run Time Errors, General, INVMATKEY *Conan The Librarian (sorry for the slow response - running on an old VAX) |
NUMBER: 94 ERROR CODE: F MESSAGE TEXT: invalid key match specifier for key direction EXPLANATION: A keyed READ used an invalid key match specifier for the direction of that key. Use KEYGE and KEYGT only on ascending keys. Use KEYLE and KEYLT only on descending keys. Use KEYNXT and KEYNXTNE to avoid enforcement of key direction and match specifier.
|