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



I saw the notice for the 7.0.1 update but didn't read the directions
carefully and I went in to help on WDSC and ran software updates.

It took quite a while and downloaded several different updates. I
noticed one was not the 7.0.1 update.

Anyway, when I finished I re-read the directions and recognized I needed
to go in through Installation Manager but I couldn't get out because of
our proxy so I went back to using WDSC.

I complied an SQLRPGLE program and got some errors. I double clicked on
the error and it went to the error in the source!!!

It did not open another copy!!

Something in the fixes from the web fixed the compile of SQLRPGLE so it
does not have to open another copy!!

This worked whether I used the statement for compile:

*_> CRTSQLRPGI OBJ(@5/@4) +
*_> SRCFILE(@2/@1) SRCMBR(@3) +
*_> OBJTYPE(*MODULE) OPTION(*EVENTF) +
*_> DBGVIEW(*SOURCE) COMMIT(*NONE) CLOSQLCSR(*ENDMOD)

or I complied with this.

*_> CRTSQLRPGI OBJ(@5/@4) +
*_> SRCFILE(@2/@1) SRCMBR(@3) +
*_> OBJTYPE(*MODULE) OPTION(*EVENTF) +
*_> DBGVIEW(*SOURCE) COMMIT(*NONE) CLOSQLCSR(*ENDMOD) +
*_> TOSRCFILE(@5/QSQLTEMP1)

I noticed it works sometimes and not other.

One program positioned right to the error and second one said it could
not find the line number and went to the end.

Anybody else stumbled into this?


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.