93 lines
5.5 KiB
HTML
93 lines
5.5 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="HLPTITLE (Help Title) keyword for display files" />
|
||
|
<meta name="abstract" content="Use this file- or record-level keyword to define the default title of online help information in panel group. The help information is displayed using the full screen." />
|
||
|
<meta name="description" content="Use this file- or record-level keyword to define the default title of online help information in panel group. The help information is displayed using the full screen." />
|
||
|
<meta name="DC.subject" content="HLPTITLE (Help Title) keyword, Help Title (HLPTITLE) keyword" />
|
||
|
<meta name="keywords" content="HLPTITLE (Help Title) keyword, Help Title (HLPTITLE) keyword" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzakcmstkeyent.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2001, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2001, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzakcmstdfhlptt" />
|
||
|
<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>HLPTITLE (Help Title) keyword for display files</title>
|
||
|
</head>
|
||
|
<body id="rzakcmstdfhlptt"><a name="rzakcmstdfhlptt"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">HLPTITLE (Help Title) keyword for display files</h1>
|
||
|
<div><p>Use this file- or record-level keyword to define the default title
|
||
|
of online help information in panel group. The help information is
|
||
|
displayed using the full screen.</p>
|
||
|
<div class="section"><p>This should be the name of the display you were on when you pressed
|
||
|
the Help key. Use this keyword only on a full-screen help display and when
|
||
|
no help title is specified in the help source.</p>
|
||
|
<div class="p">The format of the keyword
|
||
|
is: <pre>HLPTITLE('text')</pre>
|
||
|
</div>
|
||
|
<p>The text can be up to 55
|
||
|
characters long.</p>
|
||
|
<p>If you specify the HLPTITLE keyword in a file, the
|
||
|
file must contain at least one HLPPNLGRP keyword at either the file or help
|
||
|
specification level.</p>
|
||
|
<p>If you specify a file-level HLPPNLGRP keyword and
|
||
|
no help specifications are defined in the file, the HLPTITLE keyword is required
|
||
|
at the file level.</p>
|
||
|
<p>If you do not specify a HLPTITLE keyword at the file
|
||
|
level, at least one HLPTITLE keyword is required on every record that contains
|
||
|
help specifications. The HLPTITLE keyword is not valid on records that do
|
||
|
not contain help specifications.</p>
|
||
|
<p>Option indicators are not valid on
|
||
|
a file-level HLPTITLE keyword. Option indicators are allowed on record-level
|
||
|
HLPTITLE keywords and must be specified on each HLPTITLE keyword if the record
|
||
|
contains multiple HLPTITLE keywords. You can specify a maximum of 15 HLPTITLE
|
||
|
keywords on a record if all have option indicators. At runtime, the first
|
||
|
HLPTITLE keyword in effect is used. If no HLPTITLE keyword is in effect for
|
||
|
the record, a message is issued.</p>
|
||
|
</div>
|
||
|
<div class="example"><h4 class="sectiontitle">Example</h4><p>The following example shows how to specify
|
||
|
the HLPTITLE keyword.</p>
|
||
|
<pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
|
||
|
A HELP
|
||
|
A HLPPNLGRP(GENERAL LIBA/PANEL1)
|
||
|
A R REC001
|
||
|
A 90 HLPTITLE('Sample Screen 1')
|
||
|
A N90 HLPTITLE('Sample Screen 2')
|
||
|
A H HLPARA(4 10 4 29)
|
||
|
A HLPPNLGRP(NAMETAG LIBA/PANEL1)
|
||
|
A H HLPARA(6 10 6 19)
|
||
|
A 10 HLPPNLGRP(OPTION2TAG PANEL2)
|
||
|
A 90 1 10'Sample Screen 1'
|
||
|
A N90 1 10'Sample Screen 2'
|
||
|
A NAME1 20A B 4 10
|
||
|
A 10 OPTION2 10A B 6 10
|
||
|
A</pre>
|
||
|
<p>Two titles are associated with the record, so the HLPTITLE
|
||
|
keyword is specified at the record level, where option indicators are used.
|
||
|
The state of option indicator 90 determines which title is displayed on both
|
||
|
the application display and the online help information display. Using an
|
||
|
indicator and its complement guarantees that one of the two HLPTITLE keywords
|
||
|
is in effect.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakcmstkeyent.htm" title="You type the keyword entries that define display files in positions 45 through 80 (functions).">DDS keyword entries for display files (positions 45 through 80)</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|