VMS Help FORTRAN, Error Messages, Run Time Errors, General, INCOPECLO *Conan The Librarian (sorry for the slow response - running on an old VAX) |
NUMBER: 46 ERROR CODE: F MESSAGE TEXT: inconsistent OPEN/CLOSE parameters EXPLANATION: Specifications in an OPEN or CLOSE statement were inconsistent. Some invalid combinations are: o READONLY with STATUS='NEW' or STATUS='SCRATCH' o ACCESS='APPEND' with READONLY, STATUS='NEW', or STATUS='SCRATCH' o DISPOSE='SAVE', 'PRINT', or 'SUBMIT' with STATUS='SCRATCH' o DISPOSE='DELETE' with READONLY
|