106 lines
6.1 KiB
HTML
106 lines
6.1 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="Example: DDS compiler listing" />
|
|
<meta name="abstract" content="This is an example of a DDS compiler computer printout." />
|
|
<meta name="description" content="This is an example of a DDS compiler computer printout." />
|
|
<meta name="DC.subject" content="compiler example, example of compiler listing" />
|
|
<meta name="keywords" content="compiler example, example of compiler listing" />
|
|
<meta name="DC.Relation" scheme="URI" content="examples.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="createddsfile.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="cmplst" />
|
|
<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>Example: DDS compiler listing</title>
|
|
</head>
|
|
<body id="cmplst"><a name="cmplst"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Example: DDS compiler listing</h1>
|
|
<div><p><span>This is an example of a DDS compiler computer
|
|
printout.</span></p>
|
|
<p>After data description specifications are written, they must be put into
|
|
a source file. Then, database or device files are created by entering the
|
|
CL command that starts the data description processor. You can enter the CL
|
|
command interactively or in a batch job. The data description processor retrieves
|
|
the data description specifications from the source file designated on <span>the CL command that creates the file</span>, validates
|
|
the specifications, and creates a computer printout with any errors and any
|
|
referenced specifications, as this example illustrates.</p>
|
|
<br /><img src="rsll913.gif" alt="Compiler listing. An illustration
of the printout described in the text." /><br /><br /><img src="rsll914.gif" alt="Compiler listing. An illustration
of the printout described in the text." /><br /><div class="p"><strong>Compiler listing title (appears at top of each output page):</strong> <dl><dt class="dlterm"><span>1</span></dt>
|
|
<dd>The program number, release modification level, and
|
|
date of the <span class="keyword">i5/OS™</span> operating
|
|
system.</dd>
|
|
<dt class="dlterm"><span>2</span></dt>
|
|
<dd>The qualified name.</dd>
|
|
<dt class="dlterm"><span>3</span></dt>
|
|
<dd>The date and time of this run.</dd>
|
|
<dt class="dlterm"><span>4</span></dt>
|
|
<dd>The page number in the computer printout.</dd>
|
|
</dl>
|
|
</div>
|
|
<div class="p"><strong>Compiler listing prolog:</strong> <dl><dt class="dlterm"><span>5</span></dt>
|
|
<dd>The type of file and the parameter values specified (or defaults if not
|
|
specified) on the CL command that creates the file.</dd>
|
|
<dt class="dlterm"><span>6</span></dt>
|
|
<dd>The name of the DDS processor.</dd>
|
|
</dl>
|
|
</div>
|
|
<div class="p"><strong>Compiler listing source:</strong> <dl><dt class="dlterm"><span>7</span></dt>
|
|
<dd>The sequence numbers of lines (records) in the source. Comments are treated
|
|
like any other specification line and are given sequence numbers.</dd>
|
|
<dt class="dlterm"><span>8</span></dt>
|
|
<dd>The source specifications.</dd>
|
|
<dt class="dlterm"><span>9</span></dt>
|
|
<dd>If an error is found during processing of the DDS and can be traced specifically
|
|
to a source specification, the error message identifier and an asterisk indicating
|
|
where the error is are printed immediately following the source specification
|
|
line. An asterisk is also printed under the sequence number to indicate that
|
|
the line contains an error message.</dd>
|
|
</dl>
|
|
</div>
|
|
<div class="p"><strong>Compiler listing expanded source:</strong> <dl><dt class="dlterm"><span>10</span></dt>
|
|
<dd>Only the valid DDS. This list is what is actually in the file description.
|
|
No comments or messages are printed. Default values and referenced values
|
|
are printed for the valid DDS.</dd>
|
|
<dt class="dlterm"><span>11</span></dt>
|
|
<dd>The length and the buffer (input or output) position of each field.</dd>
|
|
</dl>
|
|
</div>
|
|
<div class="p"><strong>Compiler listing messages:</strong> <dl><dt class="dlterm"><span>12</span></dt>
|
|
<dd>This section contains a list of all messages (general messages and those
|
|
already indicated in the source section) encountered during processing of
|
|
the DDS. For each message, the message identifier, the severity, the number
|
|
of times the message occurred, and the message text are listed.</dd>
|
|
</dl>
|
|
</div>
|
|
<div class="p"><strong>Compiler listing message summary:</strong> <dl><dt class="dlterm"><span>13</span></dt>
|
|
<dd>The number of messages at each severity level.</dd>
|
|
<dt class="dlterm"><span>14</span></dt>
|
|
<dd>The final completion message.</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="examples.htm" title="These topics include a wide variety of examples that illustrate how you can use DDS.">Examples: DDS coding</a></div>
|
|
</div>
|
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
|
<div><a href="createddsfile.htm" title="Create the file by running a CL command that corresponds to the type of DDS file you are creating.">Create the DDS file</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |