ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/dspdlfa.htm

172 lines
5.3 KiB
HTML

<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Display DL File Attributes (DSPDLFA)</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body bgcolor="white">
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<a name="DSPDLFA.Top_Of_Page"></a>
<h2>Display DL File Attributes (DSPDLFA)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#DSPDLFA.PARAMETERS.TABLE">Parameters</a><br>
<a href="#DSPDLFA.COMMAND.EXAMPLES">Examples</a><br>
<a href="#DSPDLFA.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="DSPDLFA"></a>
<p>The Display DataLink File Attributes (DSPDLFA) command can be used to display information about DataLink columns in a file.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPDLFA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="DSPDLFA.PARAMETERS.TABLE">Parameters</a></h3>
<table border="1" cellpadding="4" cellspacing="0">
<!-- col1="10" col2="15" col3="30" col4="10" -->
<tr>
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#DSPDLFA.FILE"><b>FILE</b></a></td>
<td valign="top">File</td>
<td valign="top"><i>Qualified object name</i></td>
<td valign="top" rowspan="3">Required, Positional 1</td>
</tr>
<tr>
<td valign="top">Qualifier 1: File</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, <b><u>*LIBL</u></b>, *CURLIB</td>
</tr><tr>
<td valign="top"><a href="#DSPDLFA.FLD"><b>FLD</b></a></td>
<td valign="top">Field name</td>
<td valign="top"><i>Name</i>, <b><u>*ALL</u></b></td>
<td valign="top">Optional, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#DSPDLFA.OUTPUT"><b>OUTPUT</b></a></td>
<td valign="top">Output</td>
<td valign="top"><b><u>*</u></b>, *PRINT</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#DSPDLFA.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="DSPDLFA.FILE"></a>
<h3>File (FILE)</h3>
<p>Specifies the physical file for which you are showing DataLink attributes.
</p>
<p>This is a required parameter.
</p>
<p><b>Qualifier 1: File</b>
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the physical file.
</dd>
</dl>
<p><b>Qualifier 2: Library</b>
</p>
<dl>
<dt><b><u>*LIBL</u></b></dt>
<dd>All libraries in the library list for the current thread are searched. All objects in these libraries with the specified object name are shown.
</dd>
</dl>
<dl>
<dt><b>*CURLIB</b></dt>
<dd>The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.
</dd>
<dt><b>*ALL</b></dt>
<dd>All libraries on the system are searched.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the library to be searched.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPDLFA.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="DSPDLFA.FLD"></a>
<h3>Field name (FLD)</h3>
<p>Specifies which DataLink field you want to display.
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>All DataLink fields in the specified physical file are displayed.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the single field to be displayed.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPDLFA.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="DSPDLFA.OUTPUT"></a>
<h3>Output (OUTPUT)</h3>
<p>Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
</p>
<dl>
<dt><b><u>*</u></b></dt>
<dd>The output is displayed (if requested by an interactive job) or printed with the job's spooled output (if requested by a batch job).
</dd>
</dl>
<dl>
<dt><b>*PRINT</b></dt>
<dd>The output is printed with the job's spooled output.
</dd>
</dl>
<dl>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPDLFA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DSPDLFA.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
DSPDLFA FILE(ADMN/PERSONNEL) FLD(*ALL) OUTPUT(*PRINT)
</pre>
</p>
<p>This command prints a list of records for file PERSONNEL in the ADMN library. For all DataLink fields in the file with the attribute FILE LINK CONTROL, the listing will show whether the server connection can be established and if there are pending DataLink transactions not complete with the DataLink File Manager (DLFM) server.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPDLFA.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DSPDLFA.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF32B9</b></dt>
<dd>DataLink function cannot be performed.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPDLFA.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>