HLASM Toolkit Feature User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Lines Of Code (LOC) report

HLASM Toolkit Feature User's Guide
GC26-8710-10

The Lines Of Code report provides a count, arranged by part and by component, of:
  • Number of source lines in the part.
  • Number of comments in the part.
  • Shipped source instructions (SSI), which are the number of instructions within each part scanned, both executable and non-executable, that are not spaces or comments.
  • Changed source instructions (CSI), which are the number of unique SSI that have been modified in each part categorized by added, changed, deleted, moved, etc.
In addition, the LOC Report provides a summary report of CSI arranged by programmer.
Note: CSI counts are provided only for changes that are marked using the standard flags as described in Changed Source Instruction (CSI) measurements.
A sample LOC report is shown in Figure 1. In this sample, the Release and Origin/Programmer flags were allowed to default to ALL.
Figure 1. Sample LOC report
 Date: 07/11/2008           ASMXREF V1.6.0 Lines of Code Report     Page      1
 Time: 11:55:06                           by Module

 Product    = SAMPLE
 Release    = ALL
 Programmer = ALL

                                                             (ADD+CHG)
      Module            Language Records Comments      SSI      CSI    ADDED  CHANGED  DELETED    MOVED   COPIED

    1 XREFTST1 PLX      PLX           54       26       24       23       21        2        5        1
    2 XREFTST2 ASSEMBLE ASM           58       17       41       40       35        5        5        1
    3 XREFTST3 CXX      CPP           84       43       40       40       34        6       14

 PRODUCT TOTALS:                     196       86      105      103       90       13       24        2


 REPORT TOTALS:                      196       86      105      103       90       13       24        2




 Date: 07/11/2008           ASMXREF V1.6.0 Lines of Code Report     Page      2
 Time: 11:55:06                   Programmer Summary Report

 Release    = ALL
 Programmer = ALL

                                                             (ADD+CHG)
         Programmer                                             CSI    ADDED  CHANGED  DELETED    MOVED   COPIED

         ANYCODER  ......................................         3        1        2                 1
         DEPT01    ......................................        33       33
         DEPT28    ......................................         3        1        2                 1
         GER       ......................................         1                 1       19
         RAS       ......................................         4        1        3        5
         ROBINS    ......................................        59       54        5

 PROGRAMMER TOTALS:                                             103       90       13       24        2

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014