57 lines
3.4 KiB
HTML
57 lines
3.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="Command prompters" />
|
||
|
<meta name="abstract" content="Command prompters allow you to prompt for command parameters and values." />
|
||
|
<meta name="description" content="Command prompters allow you to prompt for command parameters and values." />
|
||
|
<meta name="DC.subject" content="command prompters, introduction, prompters" />
|
||
|
<meta name="keywords" content="command prompters, introduction, prompters" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="intcmdinfodoc.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="prompters" />
|
||
|
<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 prompters</title>
|
||
|
</head>
|
||
|
<body id="prompters"><a name="prompters"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Command prompters</h1>
|
||
|
<div><p>Command prompters allow you to prompt for command parameters and
|
||
|
values. </p>
|
||
|
<p>Command prompters can be invoked directly or called from application programs.
|
||
|
Using the prompters allows you to easily build syntactically correct CL command
|
||
|
strings, because the prompters insert parameter keyword names and parameter
|
||
|
delimiters, such as apostrophes and parentheses, for you. The CL prompters
|
||
|
also provide access to online command help, which can be used to describe
|
||
|
the command, parameters and parameter values, command examples, and error
|
||
|
messages signaled by the command.</p>
|
||
|
<p> iSeries™ Navigator
|
||
|
provides a graphical CL command prompter for use on a client PC. iSeries Access
|
||
|
for Web provides an HTML form-based CL command prompter for use in a web browser.
|
||
|
The Remote System Explorer function also provides a graphical CL command prompter.</p>
|
||
|
<p>i5/OS™ provides
|
||
|
a CL command prompter that you can use from the command line by pressing F4.
|
||
|
In addition, the <span class="apiname">Display Command Line Window (QUSCMDLN)</span> API
|
||
|
allows you display a command line from within an application.</p>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="intcmdinfodoc.htm" title="IBM provides documentation for i5/OS commands. In addition, you can write documentation for your own commands.">Command information and documentation</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|