70 lines
5.0 KiB
HTML
70 lines
5.0 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="Describe field use for logical files" />
|
||
|
<meta name="abstract" content="You can specify that the fields in logical files are to be input-only, both (input/output), or neither fields." />
|
||
|
<meta name="description" content="You can specify that the fields in logical files are to be input-only, both (input/output), or neither fields." />
|
||
|
<meta name="DC.subject" content="describing, logical file, field use, field, using logical files, using, logical files to describe, field use, describing use, determining, if multiple record types are needed in files" />
|
||
|
<meta name="keywords" content="describing, logical file, field use, field, using logical files, using, logical files to describe, field use, describing use, determining, if multiple record types are needed in files" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbafodrflf.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbafobboth.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbafoinput.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbafoneith.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="rbafodeffd" />
|
||
|
<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>Describe field use for logical files</title>
|
||
|
</head>
|
||
|
<body id="rbafodeffd"><a name="rbafodeffd"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Describe field use for logical files</h1>
|
||
|
<div><p>You can specify that the fields in logical files are to be input-only,
|
||
|
both (input/output), or neither fields.</p>
|
||
|
<div class="p">Do this by specifying one of the following items in position 38: <dl><dt><strong>Entry</strong></dt>
|
||
|
<dd><strong>Meaning</strong></dd>
|
||
|
<dt class="dlterm">Blank</dt>
|
||
|
<dd>For simple or multiple format logical files, defaults to B (both) For
|
||
|
join logical files, defaults to I (input only).</dd>
|
||
|
<dt class="dlterm">B</dt>
|
||
|
<dd>Both input and output allowed; not valid for join logical files.</dd>
|
||
|
<dt class="dlterm">I</dt>
|
||
|
<dd>Input only (read only). </dd>
|
||
|
<dt class="dlterm">N</dt>
|
||
|
<dd>Neither input nor output; valid only for join logical files. </dd>
|
||
|
</dl>
|
||
|
<div class="note"><span class="notetitle">Note:</span> The usage value (in position 38) is not used on a reference
|
||
|
function. When another file refers to a field (using a REF or REFFLD keyword)
|
||
|
in a logical file, the usage value is not copied into that file.</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<ul class="ullinks">
|
||
|
<li class="ulchildlink"><strong><a href="rbafobboth.htm">Describe field use for logical files: Both</a></strong><br />
|
||
|
A both field can be used for both input and output operations. Your program can read data from the field and write data to the field. Both fields are not valid for join logical files because join logical files are read-only files.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbafoinput.htm">Describe field use for logical files: Input only</a></strong><br />
|
||
|
An input-only field can be used for read operations only. Your program can read data from the field, but cannot update the field in the file.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbafoneith.htm">Describe field use for logical files: Neither</a></strong><br />
|
||
|
A neither field is used neither for input nor for output. A neither field is valid only for join logical files. It can be used as a join field in a join logical file, but your program cannot read or update a neither field.</li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafodrflf.htm" title="For every logical file record format described with data description specifications (DDS), you must specify a record format name and either the PFILE keyword (for simple and multiple format logical files), or the JFILE keyword (for join logical files).">Describe logical file record formats</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|