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

79 lines
4.9 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="Parameter values" />
<meta name="abstract" content="A parameter value is user-supplied information used during the running of a command." />
<meta name="description" content="A parameter value is user-supplied information used during the running of a command." />
<meta name="DC.Relation" scheme="URI" content="parameters.htm" />
<meta name="DC.Relation" scheme="URI" content="rbam6constvalues.htm" />
<meta name="DC.Relation" scheme="URI" content="rbam6variables.htm" />
<meta name="DC.Relation" scheme="URI" content="rbam6express.htm" />
<meta name="DC.Relation" scheme="URI" content="rbam6vallsts.htm" />
<meta name="DC.Relation" scheme="URI" content="rbam6parms.htm" />
<meta name="DC.Relation" scheme="URI" content="rbam6gencodrulessum.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="rbam6parmvalues" />
<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>Parameter values</title>
</head>
<body id="rbam6parmvalues"><a name="rbam6parmvalues"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Parameter values</h1>
<div><p>A parameter value is user-supplied information used during the
running of a command. </p>
<div class="section"><p>An individual value can be specified in a constant value, a variable
name, an expression, or a list of values. A parameter can specify one or a
group of such values, depending on the parameter's definition in a command.
If a group of values is specified, the parameter is called a <em>list parameter</em> because
it can contain a list of values.</p>
<p>On commands with key and positional
parameters, values can be specified in keyword form, positional form, or a
combination of both forms. Parameter values must be enclosed in parentheses
if any of the following conditions are true:</p>
<ul><li>A keyword precedes the value.</li>
<li>The value is an expression.</li>
<li>A list of values is specified. <div class="note"><span class="notetitle">Note:</span> If only one value is specified
for a list, no parentheses are required.</div>
</li>
</ul>
</div>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rbam6constvalues.htm">Constant value</a></strong><br />
A constant value is the actual value. The types of constants are character string (includes names, date and hexadecimal values), decimal, and logical.</li>
<li class="ulchildlink"><strong><a href="rbam6variables.htm">Variable name</a></strong><br />
A variable contains a data value that can be changed when a program is run. A variable name is the name of the variable containing the value.</li>
<li class="ulchildlink"><strong><a href="rbam6express.htm">Expressions</a></strong><br />
An expression is the value used as the result of evaluating an expression.</li>
<li class="ulchildlink"><strong><a href="rbam6vallsts.htm">List of values</a></strong><br />
A list of values is one or more values that can be specified for a parameter.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="parameters.htm" title="A parameter is a value that is passed to a command or program to provide user input or control the actions of the command or program.">Parameters</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rbam6gencodrulessum.htm" title="This section contains a summary of general information needed to properly code CL commands.">Command coding rules</a></div>
</div>
<div class="relref"><strong>Related reference</strong><br />
<div><a href="rbam6parms.htm" title="Most CL commands have one or more parameters that specify the objects and values used to run the commands.">Command parameters</a></div>
</div>
</div>
</body>
</html>