ibm-information-center/dist/eclipse/plugins/i5OS.ic.sqlp_5.4.0.1/rbafydrdastoredproc.htm

68 lines
4.4 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="reference" />
<meta name="DC.Title" content="DRDA stored procedure considerations" />
<meta name="abstract" content="The iSeries DRDA server supports the return of one or more result sets from a stored procedure." />
<meta name="description" content="The iSeries DRDA server supports the return of one or more result sets from a stored procedure." />
<meta name="DC.subject" content="stored procedures, considerations in distributed relational database, distributed relational database, stored procedure considerations" />
<meta name="keywords" content="stored procedures, considerations in distributed relational database, distributed relational database, stored procedure considerations" />
<meta name="DC.Relation" scheme="URI" content="rbafydrda.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafysproeg.htm" />
<meta name="DC.Relation" scheme="URI" content="../db2/rbafzmsthsetrs.htm" />
<meta name="DC.Relation" scheme="URI" content="../db2/rbafzmstcrtpsf.htm" />
<meta name="DC.Relation" scheme="URI" content="../db2/rbafzmstcrtpef.htm" />
<meta name="DC.Relation" scheme="URI" content="../ddp/rbal1kickoff.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rbafydrdastoredproc" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>DRDA stored
procedure considerations</title>
</head>
<body id="rbafydrdastoredproc"><a name="rbafydrdastoredproc"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">DRDA stored
procedure considerations</h1>
<div><p>The iSeries™ DRDA<sup>®</sup> server
supports the return of one or more result sets from a stored procedure.</p>
<div class="section"><p>Result sets can be generated in the stored procedure
by opening one or more SQL cursors associated with SQL SELECT statements.
In addition, a maximum of one array result set can also be returned. Before
V5R3, only one instance of a query opened in a stored procedure was allowed
to be open at one time. Now multiple calls to the same stored procedure can
be made without closing the result set cursors so that more than one instance
of a query can be open simultaneously.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafydrda.htm" title="A distributed relational database consists of a set of SQL objects that are spread across interconnected computer systems.">Distributed relational database function and SQL</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rbafysproeg.htm" title="A procedure (often called a stored procedure) is a program that can be called to perform operations that can include both host language statements and SQL statements. Procedures in SQL provide the same benefits as procedures in a host language.">Stored procedures</a></div>
</div>
<div class="relref"><strong>Related reference</strong><br />
<div><a href="../ddp/rbal1kickoff.htm">Distributed database programming</a></div>
</div>
<div class="relinfo"><strong>Related information</strong><br />
<div><a href="../db2/rbafzmsthsetrs.htm">SET RESULT SETS statement</a></div>
<div><a href="../db2/rbafzmstcrtpsf.htm">CREATE PROCEDURE (SQL)</a></div>
<div><a href="../db2/rbafzmstcrtpef.htm">CREATE PROCEDURE (External)</a></div>
</div>
</div>
</body>
</html>