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

58 lines
3.7 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="Use host variables in RPG/400 applications that use SQL" />
<meta name="abstract" content="All host variables used in SQL statements must be explicitly declared. LOB, ROWID, and binary host variables are not supported in RPG/400." />
<meta name="description" content="All host variables used in SQL statements must be explicitly declared. LOB, ROWID, and binary host variables are not supported in RPG/400." />
<meta name="DC.subject" content="host variable, RPG/400, RPG/400 program, coding requirement, BEGIN DECLARE SECTION statement, END DECLARE SECTION statement, : (colon), colon, in RPG/400 host variable" />
<meta name="keywords" content="host variable, RPG/400, RPG/400 program, coding requirement, BEGIN DECLARE SECTION statement, END DECLARE SECTION statement, : (colon), colon, in RPG/400 host variable" />
<meta name="DC.Relation" scheme="URI" content="rzajprpg.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajpdeclaringrpg.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="rzajphostvariablesrpg" />
<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>Use host variables in RPG/400 applications that use SQL</title>
</head>
<body id="rzajphostvariablesrpg"><a name="rzajphostvariablesrpg"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Use host variables in RPG/400 applications that use SQL</h1>
<div><p>All host variables used in SQL statements must be explicitly declared.
LOB, ROWID, and binary host variables are not supported in RPG/400<sup>®</sup>.</p>
<div class="section"><p>SQL embedded in RPG/400 does not use the SQL BEGIN DECLARE SECTION
and END DECLARE SECTION statements to identify host variables. Do not put
these statements in the source program.</p>
</div>
<div class="section"><p>All host variables within an SQL statement must be preceded by
a colon (:).</p>
</div>
<div class="section"><p>The names of host variables must be unique within the program.</p>
</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzajpdeclaringrpg.htm">Declare host variables in RPG/400 applications that use SQL</a></strong><br />
The SQL RPG/400 precompiler only recognizes a subset of RPG/400 declarations
as valid host variable declarations.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajprpg.htm" title="The RPG/400 licensed program supports both RPG II and RPG III programs.">Code SQL statements in RPG/400 applications</a></div>
</div>
</div>
</body>
</html>