SCREEN SET_KEYPAD_MODE sets the terminal's numeric keypad to either numeric or application mode. In application mode, numeric keypad keys are considered as function keys. In numeric mode, these keys are equivalent to the corresponding keys on the main keyboard.
SCREEN SET_KEYPAD_MODE /USING/ new_mode
new_mode |
specifies if the keypad is to be in application or numeric mode. The valid modes are:
|
SCREEN SET_KEYPAD_MODE USING @APPL
This example sets the keypad to application mode.