ibm-information-center/dist/eclipse/plugins/i5OS.ic.dbp_5.4.0.1/rbafocrtdbf.htm

91 lines
5.8 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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="Create and describe database files" />
<meta name="abstract" content="This topic provides an overview of the process of creating database files, libraries, source files, and physical files." />
<meta name="description" content="This topic provides an overview of the process of creating database files, libraries, source files, and physical files." />
<meta name="DC.subject" content="creating, database file, methods" />
<meta name="keywords" content="creating, database file, methods" />
<meta name="DC.Relation" scheme="URI" content="rbafosetup.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafocrtlib.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafosetsrc.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafosetcom.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafophysf.htm" />
<meta name="DC.Relation" scheme="URI" content="../sqlp/rbafykickoff.htm" />
<meta name="DC.Relation" scheme="URI" content="../sqlp/rbafysqlpctablecreate.htm" />
<meta name="DC.Relation" scheme="URI" content="../rzatc/rzatcgetstartinav.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="rbafocrtdbf" />
<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>Create and describe database files</title>
</head>
<body id="rbafocrtdbf"><a name="rbafocrtdbf"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Create and describe database files</h1>
<div><p>This topic provides an overview of the process of creating database
files, libraries, source files, and physical files. </p>
<div class="p">The system supports several methods for describing and creating a database
file: <ul><li class="liexpand"> Interactive data definition utility (IDDU) <p>You can create a database
file by using IDDU, part of the WebSphere<sup>®</sup> Development Studio for iSeries™ licensed
program. If you are using IDDU to describe your database files, you might
also consider using it to create your files.</p>
</li>
<li class="liexpand">Control language (CL), using source entry utility (SEU) or data file utility
(DFU) to specify data description specifications (DDS). <p>You can create
a database file by using CL. The CL database file create commands are: Create
Physical File (CRTPF), Create Logical File (CRTLF), and Create Source Physical
File (CRTSRCPF). After a database file is created, you can use SEU or DFU
to describe data in the file. SEU and DFU are part of IBM<sup>®</sup> WebSphere Development Studio for iSeries licensed
program. These topics focus on how to create files using these methods.</p>
</li>
<li class="liexpand">Structured Query Language (SQL)<p>You can create and describe a database
file (table) by using SQL statements. SQL is the IBM relational database language, and can
be used on <span class="keyword">iSeries</span> to interactively
describe and create database files.</p>
</li>
<li class="liexpand">iSeries Navigator <p>You
can also create a database file (table) using iSeries Navigator.</p>
</li>
</ul>
</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rbafocrtlib.htm">Create a library</a></strong><br />
A library is a system object that serves as a directory to other objects. It groups related objects and allows the user to find objects by name.</li>
<li class="ulchildlink"><strong><a href="rbafosetsrc.htm">Set up source files</a></strong><br />
This topic describes how to set up source files and why you use them.</li>
<li class="ulchildlink"><strong><a href="rbafosetcom.htm">Describe database files</a></strong><br />
These topics introduce several methods for describing <span class="keyword">iSeries</span> database files, with focus on
how to describe database files using data description specifications (DDS)
because DDS has the most options for defining data. </li>
<li class="ulchildlink"><strong><a href="rbafophysf.htm">Set up physical files</a></strong><br />
These topics discuss the unique considerations for creating a physical file.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafosetup.htm" title="These topics discuss how to set up any iSeries database file, how to describe access paths for a database file, and how to secure a database.">Set up database files</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="../sqlp/rbafykickoff.htm">SQL programming</a></div>
<div><a href="../sqlp/rbafysqlpctablecreate.htm">Create and use a table</a></div>
<div><a href="../rzatc/rzatcgetstartinav.htm">Get started with iSeries Navigator</a></div>
</div>
</div>
</body>
</html>