PFKEYS
is not a valid ISPF command. The proper commands to access the ISPF PF Key Definitions and Labels dialog are KEYS
for context sensitive key assignments or ZKEYS
for global key assignments.
Navigate into Control-M, then use the KEYS
command to launch the dialog and assign the desired function key commands. You may need to explicitly enter the SAVE
command to commit your key assignment changes to your profile (although PF3 should invoke an END, which includes a SAVE).
Subsequently, PFSHOW
(or the short version, FKA
) will add an "infobar" of sorts to your panel that shows the PF keys, and either the defined label or the first 8 chars of the command that is currently assigned to each function key. Enter PFSHOW OFF
(or FKA OFF
) to remove this display.
The KEYLIST ON/OFF
command can be used to switch between default and custom key assignments for some product panels. Enter the KEYLIST
command with no arguments to see if options are available. FWIW... I don't have access to Control-M, but our installation of other BMC products does not include custom keylists.
Some PFkey errors can be attributed to installation procedures that do not include the appropriate members in logon procs. For Control-M, these members appear to be CMTCMDS and/or CMTUCMDS. The sysadmins responsible for installing the product would likely need to address this type of issue. However, the issue described here provides no indication of an installation problem.