69 lines
4.3 KiB
HTML
69 lines
4.3 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="reference" />
|
|
<meta name="DC.Title" content="ALL (All) keyword—logical files only" />
|
|
<meta name="abstract" content="Use this select/omit field-level keyword to specify the action to be taken after all other select/omit specifications have been processed for this logical file." />
|
|
<meta name="description" content="Use this select/omit field-level keyword to specify the action to be taken after all other select/omit specifications have been processed for this logical file." />
|
|
<meta name="DC.subject" content="ALL (All) keyword" />
|
|
<meta name="keywords" content="ALL (All) keyword" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzakbmstlfkeyw.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="selectomit.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2001, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2001, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="lall" />
|
|
<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>Physical and Logical Files, ALL</title>
|
|
</head>
|
|
<body id="lall"><a name="lall"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">ALL (All) keyword—logical files only</h1>
|
|
<div><p>Use this select/omit field-level keyword to specify the action
|
|
to be taken after all other select/omit specifications have been processed
|
|
for this logical file.</p>
|
|
<div class="section"><p>Specify ALL with S in position 17 to direct the operating system
|
|
to select any records that do not meet any of the other select/omit rules.
|
|
Specify O in position 17 to direct the operating system to omit
|
|
any records that do not meet any of the other select/omit rules. If specified,
|
|
ALL must follow the other select/omit keywords. You cannot specify a field
|
|
name with the ALL keyword.</p>
|
|
<p>This keyword has no parameters.</p>
|
|
<p>If
|
|
you do not specify the ALL keyword, the default action taken is the opposite
|
|
of the last select/omit specification you made for the file. If the last specification
|
|
was a select, the default is to omit all. If the last specification was an
|
|
omit, the default is to select all.</p>
|
|
</div>
|
|
<div class="example"><h4 class="sectiontitle">Example</h4><p>The following example shows how to specify
|
|
the ALL keyword.</p>
|
|
<pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
|
|
00010A S ACT COMP(EQ 3000)
|
|
00020A S ACT COMP(GT 3100)
|
|
00030A O AMT COMP(LT 0)
|
|
00040A O ALL
|
|
A</pre>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakbmstlfkeyw.htm" title="This topic lists valid keyword entries for describing physical and logical files. They are typed in positions 45 through 80 (functions).">Keyword entries for physical and logical files (positions 45 through 80)</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="selectomit.htm" title="Use select or omit fields to tell the operating system how to select or omit records when your program retrieves them using this record format. The only records affected are those from the physical file(s) specified for the PFILE or JFILE keyword for this record format.">Select or omit field name</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |