VMS Help FORTRAN, Error Messages, Compilation Errors, NOPATH *Conan The Librarian (sorry for the slow response - running on an old VAX) |
SEVERITY: W MESSAGE TEXT: No path to this statement EXPLANATION: Program control cannot reach this statement. When this error occurs, the statement is deleted. Example: 10 I = I + 1 GO TO 10 STOP
|