72 lines
5.1 KiB
HTML
72 lines
5.1 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="Database file management" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3whatsnew.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3printthis.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3overview.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3workwith.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3performance.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3scurty.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3ts.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3ref.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3relinfo.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbal3kickoff" />
|
|
<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>Database file management</title>
|
|
</head>
|
|
<body id="rbal3kickoff"><a name="rbal3kickoff"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Database file management</h1>
|
|
<div><p>Traditional file management is the part of the operating system that controls
|
|
the storing and accessing of traditional file objects (*FILE objects in the
|
|
QSYS.LIB library) on the IBM<sup>®</sup> <span class="keyword">iSeries™ server</span>.
|
|
In some previous releases, this has been called <dfn class="term">data management</dfn>.
|
|
The data might be on internal storage (for example, database objects), on
|
|
external media (diskette, tape, or printer objects), or on another system.</p>
|
|
<div class="note"><span class="notetitle">Note:</span> By using the code examples, you agree to the terms of the <a href="codedisclaimer.htm">Code license and disclaimer information</a>.</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rbal3whatsnew.htm">What's new for V5R4</a></strong><br />
|
|
In V5R4, some enhancements have been made to the copy from import file (CPRFRMIMPF) command and the copy to import file (CPYTOIMPF) command.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal3printthis.htm">Printable PDF</a></strong><br />
|
|
You can use this to view and print a PDF of this information.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal3overview.htm">Overview of database file management</a></strong><br />
|
|
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.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal3workwith.htm">Work with database files</a></strong><br />
|
|
This topic describes the various tasks that can be used to ensure that files are used effectively.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal3performance.htm">Performance</a></strong><br />
|
|
There are some guidelines that you can follow to improve the performance of your copy operations.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal3scurty.htm">Security</a></strong><br />
|
|
The <span class="keyword">iSeries</span> provides
|
|
many security features help you control accesses to data and files.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal3ts.htm">Troubleshoot database file management</a></strong><br />
|
|
<span class="keyword">iSeries</span> provides
|
|
server reports and error messages when errors occur. You can take corresponding
|
|
actions according to the errors.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal3ref.htm">Reference</a></strong><br />
|
|
Select any of the reference topics on the navigation bar or from the list in this topic for quick access to specific reference information such as character support, feedback area layouts, and other support considerations.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal3relinfo.htm">Related information for database file management</a></strong><br />
|
|
This topic lists the <span class="keyword">iSeries</span> books
|
|
and topics that offer additional information about database file management.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |