COBOL Manual for TNS and TNS/R Programs
Program Compilation
HP COBOL Manual for TNS and TNS/R Programs—522555-006
11-31
Compilation Statistics
In Table 11-8, all numeric values are in decimal notation.
NMCOBOL Compiler and Linker Statistics
Example 11-9, NMCOBOL Compiler Statistics, on page 11-32 is the result of a
compilation that did not specify the RUNNABLE directive.
Example 11-10, NMCOBOL Compiler and Linker Statistics, on page 11-32 is the result
of a compilation that specified the RUNNABLE directive.
Table 11-7. Meaning of COBOL85 Statistics Messages
Message Meaning
No object file produced. One of:
•
Every separately compiled program in the compilation
either contained errors or was subject to the SYNTAX
directive.
•
At least one separately compiled program in the
compilation contained one or more errors whose nature
creates doubt as to the proper disposition of any other
source programs in the compilation (for example, errors
associated with CALL or CANCEL statements).
The object file has no main
program.
No successfully compiled source program in the
compilation qualified as the main program.
The object file is executable
on an HP system.
The object file is executable on an HP system.
Table 11-8. Meaning of COBOL85 Statistics
Statistic Meaning
Number of compiler errors Number of error messages the compiler issued
Number of compiler warnings Number of warning messages compiler issued
Maximum symbol table size Number of bytes that the compiler needed for its symbol
table (rough estimate)
For information on how to increase the size available for the
symbol table, see PARAM SYMBOL-BLOCKS
.
Last message on page nn Location of last error or warning message, if there were any
If there are other such messages, each includes
information on where to find its predecessor.
Elapsed Time Amount of real time, to the nearest second, that the
compilation took