56 lines
3.7 KiB
HTML
56 lines
3.7 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="Additional parameters" />
|
|
<meta name="abstract" content="You can specify that a parameter which is not frequently used will not be prompted for unless the user requests additional parameters by pressing a function key during prompting." />
|
|
<meta name="description" content="You can specify that a parameter which is not frequently used will not be prompted for unless the user requests additional parameters by pressing a function key during prompting." />
|
|
<meta name="DC.Relation" scheme="URI" content="pmtc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="pop.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="addpmt" />
|
|
<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>Additional parameters</title>
|
|
</head>
|
|
<body id="addpmt"><a name="addpmt"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Additional parameters</h1>
|
|
<div><p>You can specify that a parameter which is not frequently used will
|
|
not be prompted for unless the user requests additional parameters by pressing
|
|
a function key during prompting.</p>
|
|
<p>This is done by specifying PMTCTL(*PMTRQS) on the PARM statement for the
|
|
parameter. When prompting for a command, parameters with PMTCTL(*PMTRQS)
|
|
coded will not be prompted unless a value was specified for them or the user
|
|
presses F10 to request the additional parameters.</p>
|
|
<p>The prompter displays a separator line before the parameters with PMTCTL(*PMTRQS)
|
|
to distinguish them from the other parameters. By default, all parameters
|
|
with PMTCTL(*PMTRQS) are prompted last, even though they are not defined in
|
|
that order in the command definition source. You can override this by specifying
|
|
a relative prompt number in the PROMPT keyword. If you do this, however,
|
|
it can be difficult to see what parameters were added to the prompt when F10
|
|
is pressed.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="pmtc.htm" title="You can control which parameters are displayed for a command during prompting by using prompt control specifications.">Use prompt control</a></div>
|
|
</div>
|
|
<div class="reltasks"><strong>Related tasks</strong><br />
|
|
<div><a href="pop.htm" title="The prompt override program allows current values rather than defaults to be displayed when a command is prompted. Key parameters are parameters, such as the name of an object, that uniquely identify the object.">Key parameters and prompt override programs</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |