ibm-information-center/dist/eclipse/plugins/i5OS.ic.ddm_5.4.0.1/rbae5targt.htm

67 lines
4.3 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="iSeries and System/38 target systems on the SBMRMTCMD command" />
<meta name="abstract" content="The SBMRMTCMD command can submit any CL command that can run in both the batch environment and using the QCAEXEC server program." />
<meta name="description" content="The SBMRMTCMD command can submit any CL command that can run in both the batch environment and using the QCAEXEC server program." />
<meta name="DC.Relation" scheme="URI" content="rbae5sbmcmd.htm" />
<meta name="DC.Relation" scheme="URI" content="rbae5scres.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="rbae5targt" />
<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>iSeries and System/38 target systems on the SBMRMTCMD command</title>
</head>
<body id="rbae5targt"><a name="rbae5targt"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1"><span class="keyword">iSeries™</span> and <span class="keyword">System/38™</span> target systems on the <span class="cmdname">SBMRMTCMD</span> command</h1>
<div><p>The <span class="cmdname">SBMRMTCMD</span> command can submit any CL command
that can run in both the batch environment and using the QCAEXEC server program.</p>
<div class="section"><p>That is, a command can be submitted using the <span class="cmdname">SBMRMTCMD</span> command
if it has both of the following values for the ALLOW attribute: </p>
<dl><dt class="dlterm">*BPGM</dt>
<dd>The command can be processed in a compiled CL program that is called from
batch entry.</dd>
<dt class="dlterm">*EXEC</dt>
<dd>The command can be used as a parameter on the CALL command and get passed
as a character string to the server program for processing.</dd>
</dl>
<p>You can look for these possible values using the <span class="cmdname">Display
Command (DSPCMD)</span> command. (The <span class="cmdname">SBMRMTCMD</span> command
uses the QCAEXEC or QCMDEXEC system program to run the submitted commands
on the target server.) However, because some of these allowable
commands require intervention on the target server and might not produce the
results expected, you should consider the items listed in the topic Restrictions
for the SBMRMTCMD first.</p>
</div>
<div class="section"><p>The user must have the proper authority for both the CL command
being submitted and for the target server objects that the command is to operate
on. </p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <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>
<div class="relref"><strong>Related reference</strong><br />
<div><a href="rbae5scres.htm" title="This topic describes restrictions for the SBMRMTCMD command.">Restrictions for the SBMRMTCMD command</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>