ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzakc_5.4.0.1/rzakcmstdfprcd.htm

85 lines
5.0 KiB
HTML
Raw Permalink Normal View History

2024-04-02 14:02:31 +00:00
<?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="HLPRCD (Help Record) keyword for display files" />
<meta name="abstract" content="Use this file- or help-specification-level keyword to specify the record format containing the online help information to be displayed when the Help key is pressed." />
<meta name="description" content="Use this file- or help-specification-level keyword to specify the record format containing the online help information to be displayed when the Help key is pressed." />
<meta name="DC.subject" content="HLPRCD (Help Record) keyword, Help Record (HLPRCD) keyword" />
<meta name="keywords" content="HLPRCD (Help Record) keyword, Help Record (HLPRCD) 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="rzakcmstdfprcd" />
<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>HLPRCD (Help Record) keyword for display files</title>
</head>
<body id="rzakcmstdfprcd"><a name="rzakcmstdfprcd"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">HLPRCD (Help Record) keyword for display files</h1>
<div><p>Use this file- or help-specification-level keyword to specify the
record format containing the online help information to be displayed when
the Help key is pressed.</p>
<div class="section"><p>The format of the keyword is:</p>
<pre>HLPRCD(record-format-name [[library-name/]file-name])</pre>
<p>The
record format can exist either in the file being defined or in the file specified
on HLPRCD. If you do not specify the file name, the record format must exist
in the file being defined.</p>
<p>The file-name parameter identifies the file
containing the record format. The current library list (*LIBL) at program
run time is used if you do not specify the library name.</p>
<div class="p">The
record specified on an H-specification-level HLPRCD keyword is displayed if
both of the following conditions are true:<ul><li>The cursor is located in the help area (defined by HLPARA) for that H
specification.</li>
<li>The H specification is active. (The option indicator on the H-specification-level
HLPRCD keyword determines whether the H specification is active.)</li>
</ul>
</div>
<p>The record specified on a file-level HLPRCD keyword is displayed
when no help area for the active records contains the current cursor location.</p>
<p>Option
indicators are valid for this keyword.</p>
</div>
<div class="example"><h4 class="sectiontitle">Example</h4><p>The following example shows how to specify
the HLPRCD keyword.</p>
<pre>|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
A HELP
A HLPRCD(DFTHELP HELPFILE)
A R RECORD1
A H HLPARA(1 1 24 80)
A 99 HLPRCD(ERRHELP)
A H HLPARA(1 1 1 80)
A HLPRCD(HELPRCD1 HELPFILE)
A FIELD1 10A 1 10
A</pre>
<p>When indicator 99 is set on, the online help information
in the record ERRHELP (which must exist in this display file) displays when
the Help key is pressed. If indicator 99 is set off and the cursor is located
on the first line when the Help key is pressed, the record HELPRCD1 in file
HELPFILE will display. Otherwise, the online help information from the record
specified on the file-level HLPRCD keyword will display when the Help key
is pressed.</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>