Declaring a Cursor and Consuming a cursor must always be within the same
procedure independent in which language the procedure is written.
The only exception are stored procedures returning result sets. In this case
the Cursor is declared and opened in the stored procedure (but not closed).
The result set is returned when opening the cursor. The returned data is
then consumed in the caller routine (ASSOCIATE / ALLOCATE ... and then loop
through the resultset and FETCH each row and finally CLOSE)
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
Modernization ? Education ? Consulting on IBM i
IBM Champion since 2020
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
"Train people well enough so they can leave, treat them well enough so they
don't want to. " (Richard Branson)
"Learning is experience ? everything else is only information!" (Albert
Einstein)
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Jay Vaughn
Sent: Wednesday, 21 June 2023 20:47
To: RPG programming on the IBM i (AS/400 and iSeries)
<rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: sqlrpgle - cursor declared in exportable proc
is it possible to declare an sql in an exportable procedure, and use that
cursor in the consuming executable?
tried it but my consuming RPG pgm will not compile, saying it cannot find
the c1 cursor...
What am I missing or is it just not possible?
tia
Jay
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a
message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
As an Amazon Associate we earn from qualifying purchases.