96 lines
5.5 KiB
HTML
96 lines
5.5 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="task" />
|
||
|
<meta name="DC.Title" content="Create the DDS file" />
|
||
|
<meta name="abstract" content="Create the file by running a CL command that corresponds to the type of DDS file you are creating." />
|
||
|
<meta name="description" content="Create the file by running a CL command that corresponds to the type of DDS file you are creating." />
|
||
|
<meta name="DC.subject" content="creating files, commands used to create files" />
|
||
|
<meta name="keywords" content="creating files, commands used to create files" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="crtdds.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="ddsform.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="entersource.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="cmplst.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="debug.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="createddsfile" />
|
||
|
<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>Create the DDS file</title>
|
||
|
</head>
|
||
|
<body id="createddsfile"><a name="createddsfile"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Create the DDS file</h1>
|
||
|
<div><p><span>Create the file by running a CL command
|
||
|
that corresponds to the type of DDS file you are creating.</span></p>
|
||
|
<div class="section"> <p>The file types and their corresponding commands are listed in
|
||
|
the following table.</p>
|
||
|
|
||
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" id="d0e31">File type</th>
|
||
|
<th valign="top" id="d0e33">Command</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody><tr><td valign="top" headers="d0e31 ">Physical file</td>
|
||
|
<td valign="top" headers="d0e33 ">CRTPF</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e31 ">Logical file</td>
|
||
|
<td valign="top" headers="d0e33 ">CRTLF</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e31 ">Display file</td>
|
||
|
<td valign="top" headers="d0e33 ">CRTDSPF</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e31 ">Printer file</td>
|
||
|
<td valign="top" headers="d0e33 ">CRTPRTF</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" headers="d0e31 ">ICF file</td>
|
||
|
<td valign="top" headers="d0e33 ">CRTICFF</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="section"><p>When you issue <span>a CL command
|
||
|
to create a file</span>, the DDS is retrieved from the source file and validated,
|
||
|
and a file is created as shown in the following figure. The file is created
|
||
|
only if there are no errors in the DDS of equal or greater severity than the
|
||
|
severity specified on the GENLVL parameter of <span>the
|
||
|
CL command that creates the file</span>. Thus, you can use the GENLVL parameter
|
||
|
to control the allowable error severity when creating the file. Depending
|
||
|
on the options you specify on the OPTION and FLAG parameters, a DDS source
|
||
|
(or compiler) listing can also be created. The DDS listing
|
||
|
contains the data description and error information.</p>
|
||
|
<p>You can use the
|
||
|
FLAG parameter to specify the minimum severity of DDS messages which will
|
||
|
be printed. For example, you can suppress the warning messages for field
|
||
|
overlapping.</p>
|
||
|
<div class="fignone"><br /><img src="rv2f512.gif" alt="Create a File Command. The
illustration depicts a source file that can be processed in batch or interactively
to create a file on diskette." /><br /></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="crtdds.htm" title="Use these steps to create a file using DDS.">Create a file using data description specifications (DDS)</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="cmplst.htm" title="This is an example of a DDS compiler computer printout.">Example: DDS compiler listing</a></div>
|
||
|
<div><a href="debug.htm" title="A special template is available to help you in interpreting the fields on the DDS compiler computer printout.">DDS debugging template</a></div>
|
||
|
</div>
|
||
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
||
|
<div><a href="ddsform.htm" title="Use the data description specifications (DDS) form to enter positional and keyword information in the designated columns.">Complete the DDS form</a></div>
|
||
|
<div><a href="entersource.htm" title="After filling out the forms, enter the source statements into source files.">Enter the DDS source statements</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|