ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzajp_5.4.0.1/rzajpkickoff.htm

83 lines
6.6 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="Embedded SQL programming" />
<meta name="abstract" content="This topic collection explains how to create database applications in host languages that use DB2 Universal Database for iSeries SQL statements and functions." />
<meta name="description" content="This topic collection explains how to create database applications in host languages that use DB2 Universal Database for iSeries SQL statements and functions." />
<meta name="DC.Relation" scheme="URI" content="rzajpwhatsnew.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajpprintthis.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajpsqlcom.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajpc.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajpcob.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajpplone.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajprpg.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajprpgi.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajprexx.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajppreprog.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajpsamprog.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajpsyntax.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajprelated.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="rzajpkickoff" />
<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>Embedded SQL programming</title>
</head>
<body id="rzajpkickoff"><a name="rzajpkickoff"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Embedded SQL programming</h1>
<div><p>This topic collection explains how to create database
applications in host languages that use DB2 Universal Database™ for <span class="keyword">iSeries™</span> SQL statements and functions.</p>
<div class="note"><span class="notetitle">Note:</span> By using the code examples, you agree to the terms of the <a href="codedisclaimer.htm">Code license and disclaimer information</a>.</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzajpwhatsnew.htm">What's new for V5R4</a></strong><br />
This topic highlights the changes made to this topic collection for V5R4.</li>
<li class="ulchildlink"><strong><a href="rzajpprintthis.htm">Printable PDF</a></strong><br />
Use this to view and print a PDF of this information.</li>
<li class="ulchildlink"><strong><a href="rzajpsqlcom.htm">Common concepts and rules for using embedded SQL</a></strong><br />
This topic describes some concepts and rules that are common to using SQL statements in a host language.</li>
<li class="ulchildlink"><strong><a href="rzajpc.htm">Code SQL statements in C and C++ applications</a></strong><br />
This topic describes the unique application and coding requirements for embedding SQL statements in a C or C++ program.</li>
<li class="ulchildlink"><strong><a href="rzajpcob.htm">Code SQL statements in COBOL applications</a></strong><br />
This topic describes the unique application and coding requirements for embedding SQL statements in a COBOL program. Requirements for host structures and host variables are defined.</li>
<li class="ulchildlink"><strong><a href="rzajpplone.htm">Code SQL statements in PL/I applications</a></strong><br />
This topic describes the unique application and coding requirements
for embedding SQL statements in an <span class="keyword">iSeries</span> PL/I
program. Requirements for host structures and host variables are defined.</li>
<li class="ulchildlink"><strong><a href="rzajprpg.htm">Code SQL statements in RPG/400 applications</a></strong><br />
The RPG/400<sup>®</sup> licensed
program supports both RPG II and RPG III programs.</li>
<li class="ulchildlink"><strong><a href="rzajprpgi.htm">Code SQL statements in ILE RPG applications</a></strong><br />
This topic describes the unique application and coding requirements for embedding SQL statements in an ILE RPG program. The coding requirements for host variables are defined.</li>
<li class="ulchildlink"><strong><a href="rzajprexx.htm">Code SQL statements in REXX applications</a></strong><br />
REXX procedures do not have to be preprocessed. At run time, the REXX interpreter passes statements that it does not understand to the current active command environment for processing.</li>
<li class="ulchildlink"><strong><a href="rzajppreprog.htm">Prepare and run a program with SQL statements</a></strong><br />
This topic describes some of the tasks for preparing and running an application program.</li>
<li class="ulchildlink"><strong><a href="rzajpsamprog.htm">Sample programs using DB2 UDB for iSeries statements</a></strong><br />
This topic contains a sample application showing how to code SQL
statements in each of the languages supported by the <span class="keyword">DB2<sup>®</sup> UDB for iSeries</span> system.</li>
<li class="ulchildlink"><strong><a href="rzajpsyntax.htm">DB2 UDB for iSeries CL command descriptions for host language precompilers</a></strong><br />
<span class="keyword">DB2<sup>®</sup> UDB for iSeries</span> provides
commands for precompiling programs coded in the following programming languages: </li>
<li class="ulchildlink"><strong><a href="rzajprelated.htm">Related information for Embedded SQL programming</a></strong><br />
Listed here are the product manuals and information center topics that relate to the Embedded SQL programming topic. You can view or print any of the PDFs.</li>
</ul>
</div>
</body>
</html>