Previous Topic: COBOL ReportsNext Topic: Data Division Displays


Program Statistics

For each program in the report, this report contains statistics about the compile, link, and symbolic postprocessing used when the program was built.

******************** * PROGRAM CAOEDEMO * ******************** A COMPILED ON 14 MAR,2008 AT 16.38.30 WITH COBOL FOR Z/OS 3.4.1 COMPILE OPTIONS:ADV, APOST, NOAWO, DATA(24), NODBCS, NODECK, NODUMP, DYNAM, NOFASTSRT, NOLIB, LIST, MAP, NONAME, NONUMBER, OBJECT, NOOFFSET, NOOPTIMIZE, NUMPROC(PFD), RENT, NOSEQUENCE, SOURCE, NOSSRANGE, NOTERM, NOTEST, TRUNC(STD), NOVBREF, NOWORD, XREF, ZWB B SYMBOLIC INFORMATION RETRIEVED FROM USER01.PROTSYM MEMBER: CAOEDEMO DATE: 14 MAR,2008 TIME: 16.38.30 TYPE: PROTSYM C LINKED ON 14 MAR 2008 AT 16:38:33 LOAD LIBRARY: USER01.LOAD MODULE LENGTH: 000056F8 (DECIMAL 22,264) LINK OPTIONS: AC(0), AMODE(31), NOOVLY, NORENT, NOREUS, RMODE(24)

The COBOL report displays the following information for each program:

A

Displays compile statistics, including the date and time of compilation, the compiler and release information, and the options used.

B

Displays the name of the symbolic file and the date and time of the symbolic listing used when symbolic information is used to format the report.

C

Displays link-edit information including the date and time when the load module was created, the name of the load library from which the program was loaded, the length of the module, and the linkage editor options used.