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



--
You are right. A sentence 'open cursor' rebuilds the select sentence declared 
for the cursor.
The sequence of your program might be as follows:

...
...
Declare cursor C1
Declare cursor C2
Open C1
Fecht C1 into :dds1
Dow sqlcodÐ
        ...
        ...
        open C2
        fetch C2
        dow sqlcodÐ
                ...
                ...
                fetch C2
        enddo
        close C2
fetch C1
enddo
close C1
...
...
Regards,

Albert Lopez
IBS Spain



-----Mensaje original-----
De:     Wills, Mike N. (TC) [SMTP:MNWills@taylorcorp.com]
Enviado el:     miércoles, 14 de noviembre de 2001 17:31
Para:   'rpg400-l@midrange.com'
Asunto: SQL question

In my report, for every company I process, I have to go through one SQL
cursor (this is the same one for every company), and for every cursor record
I have to process another cursor. (Example: For company 1 process all
catalogs (special sort sequence) then getting the sales from another SQL
cursor. Then the same for company 2 and so on.)

What I want to know is if there is a way to "reset" the catalog cursor to
the top again? Do I have to close and re-open it?

Thanks for any help!

Mike
_______________________________________________
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l
or email: RPG400-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
--
[ Content of type application/ms-tnef deleted ]
--


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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.