FORTRAN Reference Manual
Run-Time Diagnostic Messages
FORTRAN Reference Manual—528615-001
G-25
Input/Output Messages
Recovery. Modify the program to pass a nonnegative value to the square root
function.
55
Cause. A required parameter is missing or too many parameters were passed.
Effect. Program behavior depends on the function that was called and the language in
which it is written.
Recovery. Correct the program to pass a valid parameter.
56
Cause. The value passed as a procedure parameter was invalid.
Effect. Program behavior depends on the function that was called and the language in
which it is written.
Recovery. Correct the program to pass a valid parameter value.
57
Cause. The value passed as a procedure parameter is not acceptable in the context in
which it is passed. For example, the number of bytes in a write request is greater than
the number of bytes per record in the file.
Effect. Program behavior depends on the function that was called and the language in
which it is written.
Recovery. Correct the program to pass a valid parameter.
Input/Output Messages
The run-time reports the messages in this subsection if an error occurs when calling an
I/O function.
Missing or invalid parameter
Invalid parameter value
Parameter value not accepted










