Determining statement numbers from offsets
If you want to translate offset numbers into statement numbers,
use the following steps:
- Use the OFFSET compile-time option during compilation
- Open the resulting object (.cod) listing file
- Search for and locate the offset in the first column and find
the statement number from the last source statement included in
the listing.