|
As I understand it, the outline view gets built
> from the cross ref, so if it shows in the cross > ref I'd expect it to show in the outline.Here is a sample source member type SQLRPGLE. orderInp and orderNum have two references in the compiler listing, but only one in the outline. 6.0.0.3.
d orderInp s 5p 0 inz(1) d orderNum s 5p 0 inz c/exec sql c+ declare det cursor for c+ select order from qorddtl c+ where order = :orderInp c/end-exec c/exec sql c+ open det c/end-exec c/exec sql c+ fetch next from det into :orderNum c/end-exec c/exec sql c+ close det c/end-exec c eval *inlr = *on
At one point, there was a bug you
> could work around by specifying
H option(*XREF)
No change. Thanks for the suggestion! --buck
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact copyright@midrange.com.
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.