× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



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 thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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 [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.