62 lines
4.2 KiB
HTML
62 lines
4.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="Command parameters" />
|
||
|
<meta name="abstract" content="Most CL commands have one or more parameters that specify the objects and values used to run the commands." />
|
||
|
<meta name="description" content="Most CL commands have one or more parameters that specify the objects and values used to run the commands." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbam6comparts.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbam6vallsts.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbam6reqopt.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbam6key.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbam6parmvalues.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="rbam6parms" />
|
||
|
<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>Command parameters</title>
|
||
|
</head>
|
||
|
<body id="rbam6parms"><a name="rbam6parms"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Command parameters</h1>
|
||
|
<div><p>Most CL commands have one or more <em>parameters</em> that specify
|
||
|
the objects and values used to run the commands.</p>
|
||
|
<div class="section"><p>When a command is entered, the user supplies the command object
|
||
|
name, the parameter keyword names, and the parameter values used by the command.
|
||
|
The number of parameters specified depends upon the command. Some commands
|
||
|
(like the DO (Do) command and the <span class="cmdname">ENDBCHJOB (End Batch Job)</span> command)
|
||
|
have no parameters, and others have one or more.</p>
|
||
|
<p>In this
|
||
|
topic, the word <em>parameter</em> usually refers to the combination of the
|
||
|
parameter keyword and its value. For example, the <span class="cmdname">Move Object (MOVOBJ)</span> command
|
||
|
has a parameter called OBJ that requires an object name to be specified. OBJ
|
||
|
is the parameter keyword, and the name of the object is the value entered
|
||
|
for the OBJ parameter.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbam6comparts.htm" title="The parts of a command include a command label (optional), a command name (mnemonic), and one or more parameters. The parameter includes a keyword and a value.">Command parts</a></div>
|
||
|
</div>
|
||
|
<div class="relref"><strong>Related reference</strong><br />
|
||
|
<div><a href="rbam6vallsts.htm" title="A list of values is one or more values that can be specified for a parameter.">List of values</a></div>
|
||
|
<div><a href="rbam6reqopt.htm" title="A command can have parameters that must be coded (required parameters) and parameters that do not have to be coded (optional parameters).">Required, optional, and key parameters</a></div>
|
||
|
<div><a href="rbam6key.htm" title="You can specify parameters in CL using keyword form, positional form, or in a combination of the two.">Parameters in keyword and positional form</a></div>
|
||
|
<div><a href="rbam6parmvalues.htm" title="A parameter value is user-supplied information used during the running of a command.">Parameter values</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|