73 lines
5.5 KiB
HTML
73 lines
5.5 KiB
HTML
<?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="concept" />
|
|
<meta name="DC.Title" content="SQL specific to distributed relational database and SQL CALL" />
|
|
<meta name="abstract" content="During the precompile process of a distributed DB2 Universal Database for iSeries application, the i5/OS licensed program might build SQL packages to be run on an application server (AS)." />
|
|
<meta name="description" content="During the precompile process of a distributed DB2 Universal Database for iSeries application, the i5/OS licensed program might build SQL packages to be run on an application server (AS)." />
|
|
<meta name="DC.subject" content="SQL specific to distributed relational database, distributed relational database, SQL specific to" />
|
|
<meta name="keywords" content="SQL specific to distributed relational database, distributed relational database, SQL specific to" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1progdrd.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1drdastatement.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1stored.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1coexist.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1pdrdp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../db2/rbafzmst02.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../sqlp/rbafykickoff.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="rbal1sdd" />
|
|
<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>SQL specific to distributed relational database and SQL CALL</title>
|
|
</head>
|
|
<body id="rbal1sdd"><a name="rbal1sdd"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">SQL specific to distributed relational database and SQL CALL</h1>
|
|
<div><p>During the precompile process of a distributed <span class="keyword">DB2 Universal Database™ for iSeries™</span> application,
|
|
the <span class="keyword">i5/OS™</span> licensed program
|
|
might build SQL packages to be run on an application server (AS). </p>
|
|
<p>After it is compiled, a distributed SQL program and package must be compatible
|
|
with the servers that are being used as application receivers and application
|
|
servers. The Prepare distributed relational database programs topic gives
|
|
you more information about the changes to the precompile process and the addition
|
|
of SQL packages.</p>
|
|
<p>This topic collection gives an overview of the SQL statements that are
|
|
used with distributed relational database support and some things for you
|
|
to consider about coexistence with other servers. </p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rbal1drdastatement.htm">Distributed relational database statements</a></strong><br />
|
|
The statements included with the SQL language specifically support a distributed relational database.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal1stored.htm">SQL CALL statement (stored procedures)</a></strong><br />
|
|
The SQL CALL statement is not actually specific to distributed relational databases, but a discussion of it is included here because its main value is in distributing application logic and processing.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal1coexist.htm">DB2 Universal Database for iSeries coexistence</a></strong><br />
|
|
When you write and maintain programs for a distributed relational database using the SQL language, you need to consider the other servers in the distributed relational database network.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal1progdrd.htm" title="Programming considerations for a distributed relational database application on an iSeries server fall into two main categories: those that deal with a function that is supported on the local server and those that are a result of having to connect to other servers.">Programming considerations for a distributed relational database application</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rbal1pdrdp.htm" title="When you write a program using SQL, you can embed the SQL statements in a host program.">Prepare distributed relational database programs</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../db2/rbafzmst02.htm">SQL reference</a></div>
|
|
<div><a href="../sqlp/rbafykickoff.htm">SQL programming</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |