ibm-information-center/dist/eclipse/plugins/i5OS.ic.dbp_5.4.0.1/rbafooutpr.htm

70 lines
4.8 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 files for the Display File Description (DSPFD) command" />
<meta name="abstract" content="The Display File Description (DSPFD) command provides unique output files, depending on the parameters specified." />
<meta name="description" content="The Display File Description (DSPFD) command provides unique output files, depending on the parameters specified." />
<meta name="DC.subject" content="Display File Description (DSPFD) command, output file, DSPFD (Display File Description) command, output file, Display File Description (DSPFD) command, command, CL, DSPFD (Display File Description), Display File Description (DSPFD), displaying, file description" />
<meta name="keywords" content="Display File Description (DSPFD) command, output file, DSPFD (Display File Description) command, output file, Display File Description (DSPFD) command, command, CL, DSPFD (Display File Description), Display File Description (DSPFD), displaying, file description" />
<meta name="DC.Relation" scheme="URI" content="rbafofrfof.htm" />
<meta name="DC.Relation" scheme="URI" content="../cl/dspfd.htm" />
<meta name="DC.Relation" scheme="URI" content="../rbam6/rbam6clmain.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="rbafooutpr" />
<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 files for the Display File Description (DSPFD)
command</title>
</head>
<body id="rbafooutpr"><a name="rbafooutpr"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Output files for the Display File Description (DSPFD)
command</h1>
<div><p>The Display File Description (DSPFD) command provides unique output
files, depending on the parameters specified. </p>
<div class="p">To collect access path information about all files in the LIBA library,
you can specify: <pre>DSPFD FILE(LIBA/*ALL) TYPE(*ACCPTH) OUTPUT(*OUTFILE) +
OUTFILE(LIBB/ABC)</pre>
</div>
<p>The file ABC is created in library LIBB and is externally described with
the same field descriptions as in the system-supplied file QSYS/QAFDACCP.
The ABC file then contains a record for each key field in each file found
in library LIBA that has an access path.</p>
<div class="p">If the DSPFD command is coded as: <pre>DSPFD FILE(LIBX/*ALL) TYPE(*ATR) OUTPUT(*OUTFILE) +
FILEATR(*PF) OUTFILE(LIBB/DEF)</pre>
</div>
<p>the file DEF is created in library LIBB and is externally described with
the same field descriptions as exist in QSYS/QAFDPHY. The DEF file then contains
a record for each physical file found in library LIBX.</p>
<div class="p">You can display the field names of each model file supplied by IBM<sup>®</sup> using the
DSPFFD command. For example, to display the field description for the access
path model file (*ACCPTH specified on the TYPE parameter), specify as follows: <pre>DSPFFD QSYS/QAFDACCP</pre>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafofrfof.htm" title="You can store the output from many control language (CL) commands in an output physical file by specifying the OUTFILE parameter on the commands. You can then use the output files in programs or utilities (for example, Query) for data analysis.">Write the output from a command directly to a database file</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="../rbam6/rbam6clmain.htm">Control language (CL)</a></div>
</div>
<div class="relref"><strong>Related reference</strong><br />
<div><a href="../cl/dspfd.htm">Display File Description (DSPFD) command</a></div>
</div>
</div>
</body>
</html>