FORTRAN Reference Manual
Compile-Time Diagnostic Messages
FORTRAN Reference Manual—528615-001
F-30
Error Messages
Cause. This program unit declares more than 64 different common blocks.
Recovery. Eliminate declarations of unused common blocks; combine common blocks 
that cannot be eliminated.
Cause. A character expression exceeds the HP FORTRAN limit of 64 concatenated 
operands.
Recovery. Concatenate in two steps, or simplify the expression.
Cause. This statement has more than 19 continuation lines.
Recovery. Correct the statement.
Cause. A constant list in a DATA statement has more items than the corresponding 
name list.
Recovery. Correct the statement.
Cause. The total number of error messages issued exceeds the limit specified in the 
ERRORS compiler directive, or 100 errors if an ERRORS directive is not specified. The 
compiler stops all work after issuing this message.
Recovery. Either increase the limit in the ERRORS compiler directive, or correct the 
errors already diagnosed.
TOO MANY COMMON BLOCKS IN THIS PROGRAM UNIT
TOO MANY CONCATENATED OPERANDS
TOO MANY CONTINUATION LINES
TOO MANY DATA CONSTANTS
TOO MANY ERRORS










