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



I have done stored procedures using the IBM data Studio ( not sure if that makes a difference) returning multiple result sets.

On the Result Set Declaration :

Result Sets 2

When declaring the Cursors, you just need to declare each SQL statement as separate cursors.

Then when you run the procedure, you just need to open both cursors individually :


Result Sets 2
Language SQL

P1 : BEGIN
.
.
.
.
DECLARE Cursor_1 SCROLL CURSOR WITH RETURN FOR
Select * from lib/tablename;

DECLARE Cursor_2 SCROLL CURSOR WITH RETURN FOR
Select * from lib/tablename;
..
.
.
.
.
Open Cursor_1;
Open Cursor_2;

End P1

I hope this helps.


Thanks,

Steve


Steven Bennett
Manager, Applications Development

AIT Worldwide Logistics, Inc.
Chicago, Illinois, USA
Office: +1 (630)766-8300 / Ext: 6472
Fax: +1 (630) 250-3708
www.aitworldwide.com<http://www.aitworldwide.com/>


our people deliver.(r)

[cid:image001.png@01D8D3FA.65F63A70]<http://www.facebook.com/aitworldwide> [cid:image002.png@01D8D3FA.65F63A70] <http://www.linkedin.com/company/24870> [cid:image003.png@01D8D3FA.65F63A70] <http://www.glassdoor.com/Overview/Working-at-AIT-Worldwide-Logistics-EI_IE31929.11,34.htm> [cid:image004.png@01D8D3FA.65F63A70] <http://www.youtube.com/user/aitait701>

[cid:image005.jpg@01D8D3FA.65F63A70]<http://fundraising.stjude.org/site/TR/Walk/Walk?team_id=223905&pg=team&fr_id=89696>


From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of (WalzCraft) Jerry Forss
Sent: Thursday, September 29, 2022 11:46 AM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: Stored Procedure Returning Multiple Result Sets

CAUTION: This message originated externally, please use caution when clicking on links or opening attachments!

I have done a bazillion Stored Procedures returning a single result set.

Is it possible to return more than 1?

If so, an example would be wonderful!



Subject to Change Notice:

WalzCraft reserves the right to improve designs, and to change specifications without notice.

Confidentiality Notice:

This message and any attachments may contain confidential and privileged information that is protected by law. The information contained herein is transmitted for the sole use of the intended recipient(s) and should "only" pertain to "WalzCraft" company matters. If you are not the intended recipient or designated agent of the recipient of such information, you are hereby notified that any use, dissemination, copying or retention of this email or the information contained herein is strictly prohibited and may subject you to penalties under federal and/or state law. If you received this email in error, please notify the sender immediately and permanently delete this email. Thank You

WalzCraft PO Box 1748 La Crosse, WI, 54602-1748
www.walzcraft.com<http://www.walzcraft.com><http://www.walzcraft.com<http://www.walzcraft.com>> Phone: 1-800-237-1326
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx<mailto:RPG400-L@xxxxxxxxxxxxxxxxxx>
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l<https://lists.midrange.com/mailman/listinfo/rpg400-l>
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx<mailto:RPG400-L-request@xxxxxxxxxxxxxxxxxx>
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l<https://archive.midrange.com/rpg400-l>.

Please contact support@xxxxxxxxxxxxxxxxxxxx<mailto:support@xxxxxxxxxxxxxxxxxxxx> for any subscription related questions.

Help support midrange.com<http://midrange.com> by shopping at amazon.com<http://amazon.com> with our affiliate link: https://amazon.midrange.com<https://amazon.midrange.com>


**********************************************************************************************************************

This electronic message transmission contains information from AIT Worldwide Logistics, Inc. and is confidential
and/or legally privileged and shall remain the property of AIT Worldwide Logistics, its subsidiaries, affiliates
and parent companies. The information is intended only for the use by the designated person(s) named above. If you
are not the intended recipient, any disclosure, copying, distribution or use of or any other action or reliance based
on the contents of this information is strictly prohibited. If you received this electronic transmission in error,
please notify the sender listed above.

Global services provided by AIT Worldwide Logistics are subject to the applicable terms and conditions published at
http://www.aitworldwide.com/terms-and-conditions.

**********************************************************************************************************************

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.