Defining PF keys
To define your PF keys, use the SET PFKEY
command. For
example, to define the PF8 key as SCROLL DOWN PAGE
, enter
the following command:
SET PF8 "Down" = SCROLL DOWN PAGE ;
Use quotation marks (") for C and C++. You can use either apostrophes
(') or quotation marks (") for assembler, COBOL, LangX COBOL, disassembly, and PL/I. The string
set apart by the quotation marks or apostrophes (Down
in
this example) is the label that appears next to PF8 when you SET
KEYS ON
and your PF key definitions are displayed at the bottom
of your screen.
Refer to the following topics for more information related to the material discussed in this topic.
- Related references
- Initial PF key settings