ibm-information-center/dist/eclipse/plugins/i5OS.ic.dm_5.4.0.1/rbal3overview.htm

52 lines
4.6 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="copyright" content="(C) Copyright IBM Corporation 2005" />
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
<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="Overview of database file management" />
<meta name="abstract" content="File management provides the functions that an application uses in creating and accessing data on the server and ensures the integrity of the data according to the definitions of the application." />
<meta name="description" content="File management provides the functions that an application uses in creating and accessing data on the server and ensures the integrity of the data according to the definitions of the application." />
<meta name="DC.subject" content="data management, definition" />
<meta name="keywords" content="data management, definition" />
<meta name="DC.Relation" scheme="URI" content="rbal3kickoff.htm" />
<meta name="DC.Relation" scheme="URI" content="rbal3ft.htm" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rbal3overview" />
<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>Overview of database file management</title>
</head>
<body id="rbal3overview"><a name="rbal3overview"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Overview of database file management</h1>
<div><p> File management provides the functions that an application uses in creating and accessing data on the server and ensures the integrity of the data according to the definitions of the application.</p>
<p>Traditional file management, formerly known as <dfn class="term">data management</dfn>, is the part of the operating system that controls the storing and accessing of data by an application program. The data might be on internal storage (for example, database), on external media (diskette, tape, printer), or on another system.</p>
<p>File management provides functions that allow you to manage files (create, change, override, or delete) using CL commands, and create and access data through a set of operations (for example, read, write, open, or close). File management also provides you with the capability to access external devices and control the use of their attributes for creating and accessing data.</p>
<p>If you want to make more efficient use of printers and diskette devices, file management provides the capability of spooling data for input or output. For example, data being written to a printer can be held on an output queue until the printer is available for printing.</p>
<p>On the <span class="keyword">iSeries™ server</span>, each file (also called a file object) has a description that describes the file characteristics and how the data associated with the file is organized into records, and, in many cases, the fields in the records. Whenever a file is processed, the operating system (the <span class="keyword">Operating System/400<sup>®</sup></span> or <span class="keyword">OS/400<sup>®</sup></span> program) uses this description.</p>
<p>You can create and access data on the system by using these file objects. File management defines and controls several different types of files. Each file type has associated CL commands to create and change the file, and you can also create and access data through the operations provided by file management.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rbal3ft.htm">File types</a></strong><br />
</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal3kickoff.htm">Database file management</a></div>
</div>
</div>
</body>
</html>