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

79 lines
4.4 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="reference" />
<meta name="DC.Title" content="LOB file reference variables in ILE RPG applications that use SQL" />
<meta name="abstract" content="The following are examples of LOB file reference variables in ILE RPG." />
<meta name="description" content="The following are examples of LOB file reference variables in ILE RPG." />
<meta name="DC.subject" content="LOB file reference variable, ILE RPG, file reference variable, LOB, ILE RPG, ILE RPG program" />
<meta name="keywords" content="LOB file reference variable, ILE RPG, file reference variable, LOB, ILE RPG, ILE RPG program" />
<meta name="DC.Relation" scheme="URI" content="rzajplobvar.htm" />
<meta name="DC.Relation" scheme="URI" content="../sqlp/rbafylobrefvar.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="rzajpirpglobfileref" />
<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>LOB file reference variables in ILE RPG applications that use SQL</title>
</head>
<body id="rzajpirpglobfileref"><a name="rzajpirpglobfileref"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">LOB file reference variables in ILE RPG applications that use SQL</h1>
<div><p>The following are examples of LOB file reference variables in ILE
RPG.</p>
<div class="section"><h4 class="sectiontitle"><em>CLOB file reference example</em></h4><p>The following
declaration:</p>
<pre>D MY_FILE S SQLTYPE(CLOB_FILE)</pre>
<p>results
in the generation of the following structure:</p>
<pre>D MY_FILE DS
D MY_FILE_NL 10U
D MY_FILE_DL 10U
D MY_FILE_FO 10U
D MY_FILE_NAME 255A</pre>
</div>
<div class="section"><p>BLOB and DBCLOB locators have similar syntax.</p>
</div>
<div class="section"> <div class="note"><span class="notetitle">Notes:</span> <ol><li>LOB file reference variables are allowed to be declared in host structures.</li>
<li>SQLTYPE, BLOB_FILE, CLOB_FILE, DBCLOB_FILE can be in mixed case.</li>
<li>SQLTYPE must be between positions 44 to 80.</li>
<li>When a LOB file reference is declared as a standalone host variable,
position 24 must contain the character 'S' and position 25 must be blank.</li>
<li>The standalone field indicator 'S' in position 24 should be omitted when
a LOB file reference variable is declared in a host structure.</li>
<li>LOB file reference variables cannot be initialized.</li>
</ol>
</div>
</div>
<div class="section"><p>The pre-compiler will generate declarations for the following
file option constants. You can use these constants to set the xxx_FO variable
when you use file reference host variables. </p>
<ul><li>SQFRD (2)</li>
<li>SQFCRT (8)</li>
<li>SQFOVR (16)</li>
<li>SQFAPP (32)</li>
</ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajplobvar.htm" title="ILE RPG does not have variables that correspond to the SQL data types for LOBs (large objects).">Declare LOB host variables in ILE RPG applications that use SQL</a></div>
</div>
<div class="relinfo"><strong>Related information</strong><br />
<div><a href="../sqlp/rbafylobrefvar.htm">LOB file reference variables</a></div>
</div>
</div>
</body>
</html>