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



The 'SET RESULT SETS CURSOR' statement is extraneous. You don't need it,
OPEN will suffice.

Code you've listed below looks good to me.

Perhaps problem is with the naming convention setting in the Run SQL Scripts
(you're using *SQL and perhaps it's set to *SYS)? You can change it by
clicking on the following dropdown:

Connection-->JDBC Setting-->Format-->Naming convention

Also, in Run SQL Scripts statements end with semicolons so your final END
should have a semicolon at the end.

If it still doesn't work in iNav, post full CREATE PROCEDURE code you've
used as well as the actual error text from the message screen pane on the
bottom of Run SQL Scripts.

Elvis

Celebrating 11-Years of SQL Performance Excellence on IBM i, i5/OS and
OS/400
www.centerfieldtechnology.com


-----Original Message-----
Subject: Re: [SystemiDotNet] Stored Procedures

Try creating this SQL procedure (with your own tables)

IN Parameter CustomerNumber Integer

This code throws an error CUR1 is not defined for the 1st line...
--------------------------------------
DECLARE CUR1 CURSOR FOR
select * from some_table where cusno = CustomerNumber;
OPEN CUR1;
SET RESULT SETS CURSOR CUR1;
---------------------------------------



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.