64 lines
5.2 KiB
HTML
64 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="Perform file management functions on remote servers" />
|
||
|
<meta name="abstract" content="i5/OS DDM supports creating, deleting, or renaming of files on a remote server." />
|
||
|
<meta name="description" content="i5/OS DDM supports creating, deleting, or renaming of files on a remote server." />
|
||
|
<meta name="DC.subject" content="command, SBMNETJOB (Submit Network Job), Submit Network Job (SBMNETJOB), command, CL, Submit Network Job (SBMNETJOB), network job, submitting, SBMNETJOB (Submit Network Job), file, performing management functions" />
|
||
|
<meta name="keywords" content="command, SBMNETJOB (Submit Network Job), Submit Network Job (SBMNETJOB), command, CL, Submit Network Job (SBMNETJOB), network job, submitting, SBMNETJOB (Submit Network Job), file, performing management functions" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5otherremote.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5sbmcmd.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5sbmcmd.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5code.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5objcmds.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbae5sumchts.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="rbae5filmgmt" />
|
||
|
<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>Perform file management functions on remote servers</title>
|
||
|
</head>
|
||
|
<body id="rbae5filmgmt"><a name="rbae5filmgmt"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Perform file management functions on remote servers</h1>
|
||
|
<div><p><span class="keyword">i5/OS™</span> DDM supports
|
||
|
creating, deleting, or renaming of files on a remote server. </p>
|
||
|
<div class="section"><p>The <span class="cmdname">Submit Remote Command (SBMRMTCMD)</span> command
|
||
|
can be used to submit these types of file management commands, or other CL
|
||
|
commands, to the target server so they can run on that server. The <span class="cmdname">Submit
|
||
|
Network Job (SBMNETJOB)</span> command or display station pass-through
|
||
|
can also be used, without the need for DDM.</p>
|
||
|
</div>
|
||
|
<div class="section"> <div class="note"><span class="notetitle">Note:</span> The CL commands in <a href="rbae5s38cmds.htm#rbae5s38cmds">Target iSeries-required file management commands</a>, <a href="rbae5mbrcmds.htm#rbae5mbrcmds">Member-related commands with DDM</a>, and <a href="rbae5srccmds.htm#rbae5srccmds">Source file commands</a> do
|
||
|
not need to be used with the <span class="cmdname">SBMRMTCMD</span> command; they can
|
||
|
run directly on the target server by specifying a DDM file name on the CL
|
||
|
command itself.</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbae5otherremote.htm" title="Besides accessing remote files for data record I/O operations, other operations related to remote files can be performed. These are briefly described in these topics.">Other DDM-related functions involving remote files</a></div>
|
||
|
</div>
|
||
|
<div class="relref"><strong>Related reference</strong><br />
|
||
|
<div><a href="rbae5sbmcmd.htm" title="The Submit Remote Command (SBMRMTCMD) command submits a command using DDM to run on the target server.">SBMRMTCMD (Submit Remote Command) command</a></div>
|
||
|
<div><a href="rbae5code.htm" title="The examples in this topic collection are based on representative application programs that might be used for processing data both on the local iSeries server and on one or more remote servers.">Examples: Code DDM-related tasks</a></div>
|
||
|
<div><a href="rbae5objcmds.htm" title="The DDM file object on the source iSeries server can be accessed by these object-oriented CL commands. These commands work with DDM files as they normally do with any other files on the local server.">Object-oriented commands with DDM</a></div>
|
||
|
<div><a href="rbae5sumchts.htm" title="This topic shows summary charts containing most of the control language (CL) commands used with DDM.">DDM-related CL command summary charts</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|