Associates a z/OS Debugger command with a Program Function key (PF key). This setting is not supported in batch mode.
>>-SET--PFn--+--------+--=--+---------+--;--------------------->< '-string-' '-command-'
If you specify multiple commands, you must surround them with string delimiters. For C and C++, you must surround them with quotation marks ("). For COBOL, LangX COBOL, PL/I, assembler, and disassembly, you can surround them with either quotation marks (") or apostrophes (').
Usage notes
If you change the setting for a PF key in the 1–12 range, the equivalent key in the 13–24 range remains the same.
Example
SET PF5 "Down" = IMMEDIATE SCROLL DOWN;
SET PF5 'Down' = IMMEDIATE SCROLL DOWN;
SET PF5 "Down" = IMMEDIATE SCROLL DOWN;