Problem:
If you have a segmented program (one in which SECTIONs have segment numbers), you may notice that the reference count for a particular paragraph is incorrect. The reference count (how many times the paragraph is referenced) can be seen by hovering the mouse over a paragraph name after the program has been compiled.
Resolution:
To get an accurate reference count, you will need to compile the program with the NOQUALPROC compiler directive.