×
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.
This is from the DBGVIEW of a SQLRPGLE. The embedded SQL Statement is shown
commented out and then the generated code. You can see that the SQL
Statement has :C.GHRID but the generated SQL shows only GHRID. This really
screws up the program as you can imagine. Anyone seen this before?
145000 //* exec sql select plt into :plt
145100 //* from locplt00
145200 //* where rid=:c.ghrid and bld=:locrec.bld and
sec=:locrec.sec
145300 //* and ais=:locrec.ais and slt=:locrec.slt and
lvl=:locrec.lvl;
145300 SQL_00005 = GHRID;
145300 SQL_00006 = LOCREC.BLD;
145300 SQL_00007 = LOCREC.SEC;
145300 SQL_00008 = LOCREC.AIS;
145300 SQL_00009 = LOCREC.SLT;
145300 SQL_00010 = LOCREC.LVL;
As an Amazon Associate we earn from qualifying purchases.
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.