|
Hi Scott,
Here's a posting from another list that typifies why /FREE can be ugly (as can fixed-format). If this is more "readable" I need my glasses. Granted this is just one example and the embedded SQL in RPG is ugly in general (not as bad as it is in other languages).
===================
/free myHostVariable = 'Select * from myLib/myFile' ; /end-free c/exec sql c+ declare myCursor Cursor c+ for myPreparedStatement c/end-exec c/exec sql c+ prepare myPreparedStatement c+ from :myHostVariable c/end-exec c/exec sql c+ open myCursor c/end-exec c/exec sql c+ fetch next from myCursor into :masterDS c/end-exec /free dow sqlStt <> '00000' ; // do stuff /end-free c/exec sql c+ fetch next from myCursor into :masterDS c/end-exec /free enddo ; /end-free c/exec sql c+ close myCursor c/end-exec ===================
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.