90 lines
6.0 KiB
HTML
90 lines
6.0 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="Set up DDM files" />
|
|
<meta name="abstract" content="The implementation of DRDA support on the iSeries server uses Distributed Data Management (DDM) conversations for communications. Because of this, you can use DDM in conjunction with distributed relational database processing." />
|
|
<meta name="description" content="The implementation of DRDA support on the iSeries server uses Distributed Data Management (DDM) conversations for communications. Because of this, you can use DDM in conjunction with distributed relational database processing." />
|
|
<meta name="DC.subject" content="DDM file, setting up, communications, DDM and DRDA coexistence, DDM file access, RUNRMTCMD command, SBMRMTCMD command" />
|
|
<meta name="keywords" content="DDM file, setting up, communications, DDM and DRDA coexistence, DDM file access, RUNRMTCMD command, SBMRMTCMD command" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1setup.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1admin.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/crtddmf.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../ddm/rbae5kickoff.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1opremote.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="rbal1setddm" />
|
|
<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>Set up DDM files</title>
|
|
</head>
|
|
<body id="rbal1setddm"><a name="rbal1setddm"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Set up DDM files</h1>
|
|
<div><p>The implementation of DRDA<sup>®</sup> support on the <span class="keyword">iSeries™ server</span> uses
|
|
Distributed Data Management (DDM) conversations for communications. Because
|
|
of this, you can use DDM in conjunction with distributed relational database
|
|
processing.</p>
|
|
<div class="section"> <p>You can use DDM to submit remote commands to an application server
|
|
(AS), copy tables from one <span class="keyword">iSeries server</span> to
|
|
another, and process nondistributed relational database work on another server.</p>
|
|
<p>With
|
|
distributed relational database, information the application requester (AR)
|
|
needs to connect to a database is provided in the relational database directory.
|
|
When you use DDM, you must create a separate DDM file for each file you want
|
|
to work with on the application server (AS). The DDM file is used by the application
|
|
on the application requester (AR) to identify a remote file on the application
|
|
server (AS) and the communications path to the application server (AS).</p>
|
|
<p>As
|
|
of V5R2, you can also create DDM files with a reference to an RDB directory
|
|
entry. Some database administration tasks discussed in Manage a distributed
|
|
relational database use DDM to access remote files. A DDM file is created
|
|
using the <span class="cmdname">Create Distributed Data Management File (CRTDDMF)</span> command.
|
|
You can create a DDM file before the file and communication path named in
|
|
the file have been created. However, the file named in the DDM file and the
|
|
communications information must be created before the DDM file is used by
|
|
an application.</p>
|
|
<p>The following example shows one way a DDM file can be
|
|
created: </p>
|
|
<pre>CRTDDMF FILE (TEST/KC105TST) RMTLOCNAME(KC105)
|
|
RMTFILE(SPIFFY/INVENT)</pre>
|
|
<p>If the DDM file access in the
|
|
example is to be over TCP/IP, you must specify *IP in the second element of
|
|
the RMTLOCNAME parameter.</p>
|
|
<p>This command creates a DDM file named KC105TST
|
|
and stores it in the TEST library on the application requester (AR). This
|
|
DDM file uses the remote location KC105 to access a remote file named INVENT
|
|
stored in the SPIFFY library on the target <span class="keyword">iSeries server</span>.</p>
|
|
<p>You
|
|
can use options on the Work with DDM Files display to change, delete, display
|
|
or create DDM files.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal1setup.htm" title="The runtime support for an iSeries distributed relational database is provided by the operating system. Therefore, when the operating system is installed, distributed relational database support is installed.">Initial setup</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rbal1admin.htm" title="As an administrator for a distributed relational database, you are responsible for work being done on several servers.">Administration</a></div>
|
|
<div><a href="../ddm/rbae5kickoff.htm">Distributed data management</a></div>
|
|
<div><a href="rbal1opremote.htm" title="As an administrator in a distributed relational database you might have to operate a remote iSeries server.">Operate remote iSeries servers</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="../cl/crtddmf.htm">Create Distributed Data Management File (CRTDDMF) command</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |