67 lines
4.4 KiB
HTML
67 lines
4.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="task" />
|
|
<meta name="DC.Title" content="Write command help" />
|
|
<meta name="abstract" content="You can write online help to describe your commands for users." />
|
|
<meta name="description" content="You can write online help to describe your commands for users." />
|
|
<meta name="DC.subject" content="control language (CL), command help, CL, defining, description, command help, definition, command help, CL, creating, steps, command, CL, online help information, providing, help information, online help information, online help information, providing for command, command, help panel group for, help panel group" />
|
|
<meta name="keywords" content="control language (CL), command help, CL, defining, description, command help, definition, command help, CL, creating, steps, command, CL, online help information, providing, help information, online help information, online help information, providing for command, command, help panel group for, help panel group" />
|
|
<meta name="DC.Relation" scheme="URI" content="doccmd.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="genuim.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="shrhlp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="orghlp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../cl/crtpnlgrp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzahg/rzahgapdlprint.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="clhelp" />
|
|
<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>Write command help</title>
|
|
</head>
|
|
<body id="clhelp"><a name="clhelp"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Write command help</h1>
|
|
<div><p>You can write online help to describe your commands for users.</p>
|
|
<div class="section"> <p>Once you understand how a command (*CMD) object can be connected
|
|
to an online help panel group (*PNLGRP) object, you can move on to actually
|
|
writing the help text that goes into the four types of help modules for a
|
|
command. iSeries™ online
|
|
help for commands is written in a tag language known as UIM (user interface
|
|
manager). The UIM source is compiled using the <span class="cmdname">Create Panel Group
|
|
(CRTPNLGRP)</span> command to create a *PNLGRP object.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="genuim.htm">Generate UIM source for command help</a></strong><br />
|
|
You can generate online help for commands using the GENCMDDOC command.</li>
|
|
<li class="ulchildlink"><strong><a href="shrhlp.htm">Share common help</a></strong><br />
|
|
You can share common help between commands.</li>
|
|
<li class="ulchildlink"><strong><a href="orghlp.htm">Organize help text into help modules</a></strong><br />
|
|
You can choose how to organize the help text that goes into the help modules in your panel group.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="doccmd.htm" title="You can create online help and HTML command description information for commands that you create.">Document commands</a></div>
|
|
</div>
|
|
<div class="relinfo"><strong>Related information</strong><br />
|
|
<div><a href="../cl/crtpnlgrp.htm">Create Panel Group (CRTPNLGRP) command</a></div>
|
|
<div><a href="../rzahg/rzahgapdlprint.htm">Application Display Programming</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |