ibm-information-center/dist/eclipse/plugins/i5OS.ic.rbam6_5.4.0.1/rbam6environ.htm

83 lines
5.4 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="concept" />
<meta name="DC.Title" content="Environment" />
<meta name="abstract" content="At the very top of the command description documentation are environment classification. The environment information describes where the command is allowed to run." />
<meta name="description" content="At the very top of the command description documentation are environment classification. The environment information describes where the command is allowed to run." />
<meta name="DC.Relation" scheme="URI" content="rbam6comdesform.htm" />
<meta name="DC.Relation" scheme="URI" content="rbam6runthread.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="rbam6environ" />
<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>Environment</title>
</head>
<body id="rbam6environ"><a name="rbam6environ"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Environment</h1>
<div><p>At the very top of the command description documentation are environment
classification. The environment information describes where the command is
allowed to run.</p>
<p><strong>Where allowed to run</strong> indicates in which environments the command
can be entered. This information is the same information that is shown in
the output of the <span class="cmdname">Display Command (DSPCMD)</span> command, which
reflects what was specified for the ALLOW parameter when the command definition
object was created. The <strong>Where allowed to run</strong> value includes the symbolic
special values specified for the ALLOW parameter and a brief description that
explains the environments where the command is allowed to run.</p>
<p>The majority of commands are created with ALLOW(*ALL); *ALL is also the
shipped default value for the ALLOW parameter. In this case, the description
will be "All environments (*ALL)".</p>
<p>For commands that must be run interactively, the ALLOW values specified
when the command was created are usually (*INTERACT *IPGM *IREXX *EXEC) or
(*INTERACT *IPGM *IMOD *IREXX *EXEC). In these two cases, the description
shown will be "Interactive environments (*INTERACT *IPGM *IREXX *EXEC)" or
"Interactive environments (*INTERACT *IPGM *IMOD *IREXX *EXEC)".</p>
<p>For commands that are created to be run only in a compiled CL or interpreted
REXX program, the ALLOW values specified when the command was created are
usually (*BPGM *IPGM *BREXX *IREXX) or (*BPGM *IPGM *BMOD *IMOD *BREXX *IREXX).
In these two cases, the description shown will be "Compiled CL program or
interpreted REXX (*BPGM *IPGM *BREXX *IREXX)" or "Compiled CL or interpreted
REXX (*BPGM *IPGM *BMOD *IMOD *BREXX *IREXX)".</p>
<p>If the combination of values specified for the ALLOW parameter when the
command was created is not one of the above combinations, a bulleted list
is shown that gives a brief description of each value that was specified.</p>
<ul><li>Batch job (*BATCH)</li>
<li>Interactive job (*INTERACT)</li>
<li>Batch ILE CL module (*BMOD)</li>
<li>Interactive ILE CL module (*IMOD)</li>
<li>Batch program (*BPGM)</li>
<li>Interactive program (*IPGM)</li>
<li>Batch REXX procedure (*BREXX)</li>
<li>Interactive REXX procedure (*IREXX)</li>
<li>Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)</li>
</ul>
<div class="note"><span class="notetitle">Note:</span> Some command definition objects shipped as part of i5/OS™ are not
intended to be used as CL commands. For example, the CMD and PARM command
definition objects are used in command definition source. These special-purpose
command objects will not have any <strong>Where allowed to run</strong> information.</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbam6comdesform.htm" title="Command documentation is provided for i5/OS commands in the form of online help and information in the iSeries Information Center. In the Information Center, each command description follows the same format.">Command documentation format</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rbam6runthread.htm" title="The threadsafe classification indicates whether a command is threadsafe. Each command has a threadsafe classification.">Threadsafe classification</a></div>
</div>
</div>
</body>
</html>