80 lines
5.2 KiB
HTML
80 lines
5.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="reference" />
|
||
|
<meta name="DC.Title" content="DDM example 2: Transfer a program to a target server" />
|
||
|
<meta name="abstract" content="In this task, the central server in the DDM network, located in Philadelphia, sends a program named ORDERENT to a remote System/38 in Chicago." />
|
||
|
<meta name="description" content="In this task, the central server in the DDM network, located in Philadelphia, sends a program named ORDERENT to a remote System/38 in Chicago." />
|
||
|
<meta name="DC.subject" content="application program, transferring a program" />
|
||
|
<meta name="keywords" content="application program, transferring a program" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5apaex2.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5pasthru.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5sbmmeth.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rbae5tsk1" />
|
||
|
<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>DDM example 2: Transfer a program to a target server</title>
|
||
|
</head>
|
||
|
<body id="rbae5tsk1"><a name="rbae5tsk1"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">DDM example 2: Transfer a program to a target server</h1>
|
||
|
<div><p>In this task, the central server in the DDM network, located in
|
||
|
Philadelphia, sends a program named ORDERENT to a remote <span class="keyword">System/38™</span> in
|
||
|
Chicago.</p>
|
||
|
<div class="section"><p>The program ORDERENT is transferred from the Philadelphia server
|
||
|
to the user in Chicago whose user ID is ANDERSON CHICAGO, and then the program
|
||
|
is set up so that ORDERENT in Chicago changes the CUSTMAST file in library
|
||
|
PGMLIB on the central server in Philadelphia. The read-only function is performed
|
||
|
against the local file (in Chicago) and the change is done in the remote file
|
||
|
(in Philadelphia).</p>
|
||
|
</div>
|
||
|
<div class="section"><div class="p">For this task, two methods are shown for transferring the ORDERENT
|
||
|
program in Philadelphia to the remote server in Chicago. Basically, the same
|
||
|
sets of commands are used in both methods, except that the second group of
|
||
|
commands used in the pass-through method are embedded in <span class="cmdname">Submit Remote
|
||
|
Command (SBMRMTCMD)</span> commands used in the SBMRMTCMD command method.
|
||
|
<ul><li>The first method uses pass-through and object distribution, allowing the
|
||
|
operator on the source server to set up both servers without involving the
|
||
|
target system operator or using the <span class="cmdname">SBMRMTCMD</span> command.
|
||
|
This method can be used only for <span class="keyword">iSeries™ server</span>s
|
||
|
or <span class="keyword">System/38</span>s.</li>
|
||
|
<li>The second method uses the <span class="cmdname">SBMRMTCMD</span> command because,
|
||
|
in this task, the target server is a <span class="keyword">System/38</span>.
|
||
|
(The <span class="cmdname">SBMRMTCMD</span> command can be used when the target server
|
||
|
is an <span class="keyword">iSeries server</span> or a <span class="keyword">System/38</span>.)</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<ul class="ullinks">
|
||
|
<li class="ulchildlink"><strong><a href="rbae5pasthru.htm">DDM example 2: Pass-through method</a></strong><br />
|
||
|
One set of commands is entered on the source server, a pass-through
|
||
|
session is started with the target server, and a second set of commands is
|
||
|
entered on the source server and <em>run</em> on the target server.</li>
|
||
|
<li class="ulchildlink"><strong><a href="rbae5sbmmeth.htm">DDM example 2: SBMRMTCMD command method</a></strong><br />
|
||
|
Commands needed to accomplish the task are entered at the source
|
||
|
server. The source server sends commands that are needed on the target <span class="keyword">iSeries server</span> by using the Submit Remote
|
||
|
Command (SBMRMTCMD) command between the servers.</li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbae5apaex2.htm" title="This second example shows how multiple locations in a customer's business can process the same order entry application using DDM.">DDM example 2: ORDERENT application</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|