62 lines
4.3 KiB
HTML
62 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="concept" />
|
|
<meta name="DC.Title" content="File and member name" />
|
|
<meta name="abstract" content="Before you can process data in a database file, you must identify which file and member you want to use with the FILE and MBR parameters." />
|
|
<meta name="description" content="Before you can process data in a database file, you must identify which file and member you want to use with the FILE and MBR parameters." />
|
|
<meta name="DC.subject" content="database file, naming, override, database member, database file, FILE (File) parameter, MBR (Member) parameter, processing data, Member (MBR) parameter, parameter, FILE, MBR (Member), processing data" />
|
|
<meta name="keywords" content="database file, naming, override, database member, database file, FILE (File) parameter, MBR (Member) parameter, processing data, Member (MBR) parameter, parameter, FILE, MBR (Member), processing data" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbafopreopn.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="rbafofileid" />
|
|
<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>File and member name</title>
|
|
</head>
|
|
<body id="rbafofileid"><a name="rbafofileid"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">File and member name</h1>
|
|
<div><p>Before you can process data in a database file, you must identify
|
|
which file and member you want to use with the FILE and MBR parameters.</p>
|
|
<p>Normally, you specify the file name and, optionally, the member name in
|
|
your high-level language program. The system then uses this name when your
|
|
program requests the file to be opened. To override the file name specified
|
|
in your program and open a different file, you can use the TOFILE parameter
|
|
on the Override with Database File (OVRDBF) command. If no member name is
|
|
specified in your program, the first member of the file (as defined by the
|
|
creation date and time) is processed.</p>
|
|
<p>If the member name cannot be specified in the high-level language program
|
|
(some high-level languages do not allow a member name), or you want a member
|
|
other than the first member, you can use an OVRDBF command or an open command
|
|
(OPNDBF or OPNQRYF) to specify the file and member you want to process (using
|
|
the FILE and MBR parameters).</p>
|
|
<div class="p">To process all the members of a file, use the OVRDBF command with the MBR(*ALL)
|
|
parameter specified. For example, if FILEX has three members and you want
|
|
to process all the members, you can specify: <pre>OVRDBF FILE(FILEX) MBR(*ALL)</pre>
|
|
</div>
|
|
<p>If you specify MBR(*ALL) on the OVRDBF command, your program reads the
|
|
members in the order they were created. For each member, your program reads
|
|
the records in keyed or arrival sequence, depending on whether
|
|
the file is an arrival sequence or keyed sequence file.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafopreopn.htm" title="These topics describe the file processing parameters and other methods or considerations that can affect database file processing.">Database file processing: Runtime considerations</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |