54 lines
3.6 KiB
HTML
54 lines
3.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="Output source file member" />
|
|
<meta name="abstract" content="The SQL precompile creates an output source file member." />
|
|
<meta name="description" content="The SQL precompile creates an output source file member." />
|
|
<meta name="DC.subject" content="application, program objects, output source file member, output source file member, definition, source file, member, output, member, output source file" />
|
|
<meta name="keywords" content="application, program objects, output source file member, output source file member, definition, source file, member, output, member, output source file" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafyapplprogobjects.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzajp/rzajppreprog.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="rbafysqlpcosfm" />
|
|
<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>Output source file member</title>
|
|
</head>
|
|
<body id="rbafysqlpcosfm"><a name="rbafysqlpcosfm"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Output source file member</h1>
|
|
<div><p>The SQL precompile creates an output source file member.</p>
|
|
<div class="p">By default, the precompile process creates a temporary source file QSQLTxxxxx
|
|
in QTEMP, or you can specify the output source file as a permanent file name
|
|
on the precompile command. If the precompile process uses the QTEMP library,
|
|
the system automatically deletes the file when the job completes. A member
|
|
with the same name as the program name is added to the output source file.
|
|
This member contains the following items: <ul><li>Calls to the SQL run-time support, which have replaced embedded SQL statements</li>
|
|
<li>Parsed and syntax-checked SQL statements</li>
|
|
</ul>
|
|
By default, the precompiler calls the host language compiler. </div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafyapplprogobjects.htm" title="The process of creating a DB2 UDB for iSeries application program may result in the creation of several objects. This section briefly describes the process of creating a DB2 UDB for iSeries application.">Application program objects</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../rzajp/rzajppreprog.htm">Prepare and run a program with SQL statements</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |