/sys$common/syshlp/helplib.hlb FORTRAN, Error Messages, Compilation Errors, ALTRETOMI *Conan The Librarian (sorry for the slow response - running on an old VAX) |
SEVERITY: E MESSAGE TEXT: Alternate return omitted in SUBROUTINE or ENTRY statement EXPLANATION: An asterisk is missing in the argument list of a subroutine for which an alternate return is specified. Examples: 1. SUBROUTINE XYZ(A,B) . . . RETURN 1 2. ENTRY ABC(Q,R) . . . RETURN I+4
|