Use this file- or help-specification-level keyword to define the document to use as help information text for a specific location on the display.
The format of the keyword is:
HLPDOC(online-help-information-text-label-name document-name folder-name)
The online-help-information-text-label-name parameter corresponds to a label in the online help document and marks the point at which the document's display begins.
The document-name parameter identifies the online document containing the online help information.
The folder-name parameter identifies the folder containing the document specified. Because folders can reside inside other folders, and because any given folder or document name is only unique within its containing folder, you may be required to concatenate several folder names together to identify a document/folder. The folder name you specify on the HLPDOC keyword can be a simple folder name, which follows the same syntax rules as the document name, or you can specify the folder name as a concatenated name.
Refer to DDS Syntax Rules for document, folder, and label naming conventions.
The document specified on an H specification level HLPDOC keyword is displayed if both of the following are true:
The document specified on a file level HLPDOC keyword is displayed when no help area for the active records contains the current cursor location.
You cannot specify HLPDOC with HLPBDY, HLPPNLGRP, or HLPRTN.
Option indicators are valid for this keyword.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.