COBOL Manual for TNS and TNS/R Programs
Creating and Compiling HP COBOL Source
Programs
HP COBOL Manual for TNS and TNS/R Programs—522555-006
22-65
Compilation Summary
COBOL85 Compiler
These lines show that the program that produced Example 22-27 had no compilation
errors or warnings:
Number of compiler errors = 0
Number of compiler warnings = 0
These lines show that the program that produced Example 22-27 had no Binder errors:
Number of Binder errors = 0
Number of Binder warnings = 0
If the COBOL85 compiler or Binder had reported any errors, the summary would have
contained lines like these:
COBOL85 - T9257D20 - (8JUN92)
No object file produced *****
Number of COBOL errors = 6
Number of COBOL warnings = 2
Last message on page 2
Number of source lines read = 57
Maximum symbol table size = 840 words
Elapsed time - 0:00:29
Example 22-27. COBOL85 Compilation and BINSERV Summary
Binder - OBJECT FILE Binder - T9621D20 - (8JUN92) SYSTEM \BACH
Object file name is $SECOND.AA9210.OWOMBAT
Number of Binder errors = 0
Number of Binder warnings = 0
Code size = 118 words
Primary data = 16 words
Secondary data = 61 words
Code area size = 1 pages
Resident code size = 0 pages
Data area size = 33 pages
Number of code spaces = 1 space
COBOL85 - T9257D20 - (8JUN92)
The object file is executable on a TNS or a TNS/II
Number of COBOL errors = 0
Number of COBOL warnings = 0
Number of source lines read = 56
Maximum symbol table size = 864 words
Elapsed time - 0:00:19