55 lines
4.2 KiB
HTML
55 lines
4.2 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="task" />
|
|
<meta name="DC.Title" content="Enter data, update tables, and make inquiries using data file utility" />
|
|
<meta name="abstract" content="The data file utility (DFU), which is part of the iSeries Applications Development Tools package available from IBM, is a program builder that helps you create programs to enter data, update tables, and make inquiries." />
|
|
<meta name="description" content="The data file utility (DFU), which is part of the iSeries Applications Development Tools package available from IBM, is a program builder that helps you create programs to enter data, update tables, and make inquiries." />
|
|
<meta name="DC.subject" content="load data, using DFU (data file utility), DFU (data file utility), data file utility (DFU), Application Development Tools (ADT)" />
|
|
<meta name="keywords" content="load data, using DFU (data file utility), DFU (data file utility), data file utility (DFU), Application Development Tools (ADT)" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1newdatatotables.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../books/c0917730.pdf" />
|
|
<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="rbal1dfu" />
|
|
<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>Enter data, update tables, and make inquiries using data file utility</title>
|
|
</head>
|
|
<body id="rbal1dfu"><a name="rbal1dfu"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Enter data, update tables, and make inquiries using data file utility</h1>
|
|
<div><p>The data file utility (DFU), which is part of the <span class="keyword">iSeries™</span> Applications
|
|
Development Tools package available from IBM<sup>®</sup>, is a program builder that helps you
|
|
create programs to enter data, update tables, and make inquiries.</p>
|
|
<div class="section"> <p>You do not need a programming language to use DFU. Your data
|
|
entry, maintenance, or inquiry program is created when you respond to a series
|
|
of displays. An advantage in using DFU is that its generic nature allows you
|
|
to create a database update program to load data to a table faster than you
|
|
could by using programming languages such as SQL. You can work with data on
|
|
a remote server using DFU with DDM files, or by using display station pass-through
|
|
to run DFU at the application server (AS).</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal1newdatatotables.htm" title="You load data into a table by entering each data item into the table. On the iSeries server, you can use SQL, the DB2 Universal Database for iSeries Query Management function, or the data file utility portion of iSeries Application Development Tools to create applications that insert data into a table.">Load new data into the tables of a distributed relational database</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="../books/c0917730.pdf " target="_blank">ADTS/400: Data File Utility PDF</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |