HP RPG/XL Programmer's Guide (30318-90001)

6-: 11
0001 This number (like others in this column) is a source
sequence number generated by the RPG compiler.
References to source code lines in the compiler
listings use this number.
0010 This is the sequence number contained in the actual
source line (columns 1-5).
Figure 6-12 shows the unreferenced indicators for the VPLUS program shown
in Figure 4-23. Unreferenced indicators, if they exist, are printed at
the end of the source listing.
--------------------------------------------------------------
UNREFERENCED INDICATOR = 01
UNREFERENCED INDICATOR = 09
UNREFERENCED INDICATOR = 12
UNREFERENCED INDICATOR = 61
--------------------------------------------------------------
Figure 6-12. A Source Program Listing (Unreferenced Indicators)
The Symbol Table Listing
The Symbol Table listing gives the storage allocations for data fields,
tables, arrays, subroutines and calculations having tag references. The
names are listed in alphabetical order. You may find a Symbol Table
listing useful when debugging a program.
The Symbol Table listing is produced automatically when you compile a
program (it is suppressed when you use the NOLIST option of the $CONTROL
compiler subsystem command). Figure 6-13 shows what the Symbol Table
listing looks like for the VPLUS program shown in Figure 4-23.
Figure 6-13. A Symbol Table Listing