Use this file- or help-specification-level keyword to specify the source of UIM-defined online help information to be displayed when the Help key is pressed.
The format of the keyword is:
HLPPNLGRP(help-module-name [library-name/]panel-group-name)
The help module name is 1 to 32 characters long. Valid values for the first character in the name are alphabetic characters A through Z. Valid values for subsequent characters are alphabetic characters A through Z, numeric characters 0 through 9, slash (/), and underscore (_). If the name contains a slash or underscore character, the name must be enclosed in apostrophes.
The panel group name specifies the UIM-panel group object that contains the help module. It does not have to exist when the display file is created. If you do not specify the library name, *LIBL is used to search for the panel group object.
Every help specification must contain a HLPRCD, HLPDOC, or HLPPNLGRP keyword, but a display file cannot contain both HLPPNLGRP and HLPRCD keywords, nor HLPPNLGRP and HLPDOC keywords.
If you specify the HLPPNLGRP keyword at the file level, you must specify the HELP keyword at the file level. If there are no help specifications in the file, you must also specify the HLPTITLE keyword at the file level.
If you specify the HLPPNLGRP keyword at the help specification level, you must specify a HELP and a HLPTITLE keyword either at the file level or on the current record.
Option indicators are valid for this keyword.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.