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



Jeff,

You may have misunderstood that comment. I believe the poster was saying if all you are doing is reading a record at a time, then you are using the wrong tool. He isn't opposed to using a cursor if you are doing some aggregate function such as sum, avg, etc. However, if you just want to use I/O, pick the logical file that matches your order by and use if statements to skip records you don't want to include. Use control break logic to sum, avg, etc.

SQL would be handy in this situation as I'd imagine that you order and select criteria would be different. For optimum performance, have an index for both your order by and selection.

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Jeff Young
Sent: Thursday, November 18, 2010 12:35 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: RPG SQL and Cursors

I have seen it indicated in many posts in the past that if you are using cursors
in SQL, you are doing something wrong.
If I have only RPGLE and CL to work with and SQL-CLI is not an option, how would
I select multiple rows for a set of conditions and return them in an ordered
condition using embedded SQL with a CURSOR?

Thanks,
 
Jeff Young
Sr. Programmer Analyst
IBM -e(logo) server Certified Systems Exper - iSeries Technical Solutions V5R2 
IBM  Certified Specialist- e(logo) server i5Series Technical Solutions
Designer V5R3
IBM  Certified Specialist- e(logo)server i5Series Technical
Solutions Implementer V5R3

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.