XREF and XREF-XML output
- Last Updated: October 17, 2024
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
XREF and XREF-XML output
If a file compiled with the XREF option
is subject to block-level or routine-level UNDO, THROW behavior,
the XREF output includes one of the following lines:
|
The line, if present, is usually the first line in the listing for the applicable file, and in all cases is near the top of the listing.
Similarly, if the file is compiled with
the XREF-XML option, the XML output includes an
entry like the following ("BLOCK-LEVEL" replaces "ROUTINE-LEVEL"
as appropriate):
|
Note: Where neither the block-level nor
the routine-level directive is in effect, no explicit corresponding
entry appears in the output. If the source file contains both statements,
both corresponding entries appear in the output, even though the
AVM ignores the routine-level statement.