Top: f77 Up: 9,2 - Run_Time
Previous: 9,2,3 - Warning_Messages Next: 10 - Format_Specifiers


Section 9,2,4: Informational_Messages

 For informational purposes only.  Unless it accompanies another
 message, the program continues.

 The informational messages follow (in alphabetical order):

  o  MESSAGE:  Check environment variable NLSPATH and protection of
     path-name/for_msg.dat

     NUMBER:  none

     EXPLANATION:  The DEC Fortran message file was not found on
     this system.  For more information, see your DEC Fortran user
     manual or your DEC Fortran installation guide.

  o  MESSAGE:  Check location/protection of NLS and
     /usr/lib/formsg.dat

     NUMBER:  none

     EXPLANATION:  The DEC Fortran message file was not found on
     this system.  See your DEC Fortran user manual for more
     information.

  o  MESSAGE:  nn floating divide-by-zero traps

     NUMBER:  299

     EXPLANATION:  The total number of floating-point divide-by-zero
     traps encountered during program execution was nn.  This
     summary message appears at program completion.

  o  MESSAGE:  nn floating invalid traps

     NUMBER:  297

     EXPLANATION:  The total number of floating-point invalid data
     traps encountered during program execution was nn.  This
     summary message appears at program completion.

  o  MESSAGE:  nn floating overflow traps

     NUMBER:  298

     EXPLANATION:  The total number of floating-point overflow traps
     encountered during program execution was nn.  This summary
     message appears at program completion.

  o  MESSAGE:  Floating-point conversion failed

     NUMBER:  95

     EXPLANATION:  The attempted unformatted read or write of
     non-native floating-point data failed.  A non-native
     floating-point value either exceeded the allowable maximum
     value for the equivalent native format and was set equal to
     invalid, or the value was infinity (plus or minus), not a
     number (NaN), or otherwise invalid and was set to invalid.
     Very small numbers are set to zero (0).  This could be caused
     by the specified non-native floating-point format not matching
     the floating-point format found in the specified file.

     Make sure the correct file was specified.  Make sure the record
     layout matches the format DEC Fortran is expecting.  Check that
     the correct non-native floating-point data format was
     specified, as described in your DEC Fortran user manual.

  o  MESSAGE:  nn floating underflow traps

     NUMBER:  300

     EXPLANATION:  The total number of floating-point underflow
     traps encountered during program execution was nn.  This
     summary message appears at program completion.

  o  MESSAGE:  Format syntax error at or near xx

     NUMBER:  58

     EXPLANATION:  Check the statement containing xx, a character
     substring from the format string, for a format syntax error.
     For information about FORMAT statements, refer to the "DEC
     Fortran Language Reference Manual".

  o  MESSAGE:  Fortran error message number is nnn

     NUMBER:  none

     EXPLANATION:  The DEC Fortran message file was not found on
     this system.  For information about the message file location
     and the error text that corresponds to the listed error number,
     nnn, see your DEC Fortran user manual.


Top: f77 Up: 9,2 - Run_Time
Previous: 9,2,3 - Warning_Messages Next: 10 - Format_Specifiers