Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)

Compilation
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual426750-001
7-17
Compilation Statistics
Compilation Statistics
Statistics are printed at the end of every compilation. For example:
OBJECT FILE NAME IS
the short form of the object file name. In the example, the object code for the
program is placed in the files POBJCOD, POBJDIR, and POBJSYM on the
$MART.BEN subvolume.
PROGRAM NAME IS
the name of the program (this line is printed only if no errors occurred).
PROGRAM VERSION IS
the version number of the program (this line is printed only if no errors occurred).
NO. ERRORS =
the total number of error messages issued.
NO. WARNING =
the total number of warning messages issued.
CODE SIZE =
the total number of bytes used for all Procedure Division code in the object file.
RUN UNIT SIZE =
the total number of bytes in the POBJCOD file taken up by the program unit.
DATA SIZE =
the total number of bytes of user-allocated working storage, plus compiler-allocated
working storage.
OBJECT FILE NAME IS $MART.BEN.POBJ
PROGRAM NAME IS EXAMPLE
PROGRAM VERSION IS 1
NO. ERRORS=0; NO. WARNINGS=0
CODE SIZE=245
RUN UNIT SIZE=748
DATA SIZE=328
NUMBER OF SOURCE LINES READ=147
MAXIMUM SYMBOL TABLE SIZE=4920 WORDS
ELAPSED TIME - 0:00:32