92 lines
5.9 KiB
HTML
92 lines
5.9 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="Files and file systems" />
|
|
<meta name="abstract" content="Files and file systems present information about database file management, spooled files, tape files, and the integrated file system capabilities of the IBM iSeries server." />
|
|
<meta name="description" content="Files and file systems present information about database file management, spooled files, tape files, and the integrated file system capabilities of the IBM iSeries server." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal2reference.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzal2objects.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../dm/rbal3kickoff.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzamv/rzamvsecureifs.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzalu/rzalusplfoutq.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="rzal2files" />
|
|
<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>Files and file systems</title>
|
|
</head>
|
|
<body id="rzal2files"><a name="rzal2files"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Files and file systems</h1>
|
|
<div><p>Files and file systems present information about database file
|
|
management, spooled files, tape files, and the integrated file system capabilities
|
|
of the IBM<sup>®</sup> iSeries™ server.</p>
|
|
<div class="section"><h4 class="sectiontitle">Integrated file system</h4><p>Files in the operating system
|
|
are significantly different from their counterparts in the UNIX<sup>®</sup> and Windows<sup>®</sup> operating
|
|
systems. In the operating system, a file is another kind of object on your
|
|
system. Each file has a description that describes its characteristics and
|
|
how the data associated with the file is organized. Whenever the operating
|
|
system processes a file, it uses this description.</p>
|
|
<p>In addition to differences
|
|
in handling files, the operating system also uses unique structures
|
|
to store the files and other objects on the system. However, the integrated
|
|
file system in iSeries Navigator
|
|
will look familiar to people who are used to a hierarchy based on the Windows operating
|
|
system. UNIX users
|
|
will recognize some elements of this hierarchy, as well as the presence of
|
|
file pointers.</p>
|
|
<p>You can access the integrated file system in iSeries Navigator.
|
|
The integrated file system will allow you to find, change, and copy files
|
|
and libraries on your system by navigating through a hierarchy that is similar
|
|
to Windows Explorer.
|
|
You can use the integrated file system to copy data files onto your client
|
|
PC.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Database file management</h4><p>Learn about traditional
|
|
file management functions that your application uses in creating and accessing
|
|
data on the iSeries server
|
|
and in ensuring the integrity of the data. 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 iSeries server.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Spooled files</h4><p>Spooling is a system function that
|
|
saves data in a database file for later processing or printing. With spooled
|
|
files, you can manage your data files on attached devices, such as a diskette
|
|
or printer.</p>
|
|
</div>
|
|
<div class="section"><h4 class="sectiontitle">Tape files</h4><p>Tape files are device files that provide
|
|
access to attached tape devices. The <a href="../rzatb/rzatbkickoff.htm">Tape files</a> topic describes the characteristics and use
|
|
of tape and device files for application programs. Learn about storing and
|
|
accessing data from a tape device. Conceptual information about tape, tape
|
|
data files, and tape device files can also be found there.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzal2reference.htm" title="Learn about the essential components of the iSeries server, including the basics of work management, how to interact with the operating system, and system maintenance.">i5/OS concepts</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzal2objects.htm" title="Everything on the system that can be worked with is considered an object. Objects provide a common interface for working with system components. This topic discusses the different kinds of objects and how to work with them.">Objects</a></div>
|
|
<div><a href="../dm/rbal3kickoff.htm">Database file management</a></div>
|
|
<div><a href="../rzamv/rzamvsecureifs.htm">Secure the integrated file system</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../rzalu/rzalusplfoutq.htm">Spooled files and output queues</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |