Previous Page | Next Page

SAS System Options under Windows

NUMKEYS System Option: Windows



Controls the number of available function keys.
Default: number of function keys on the keyboard
Valid in: configuration file, SAS invocation
Category: Input control: Data processing
PROC OPTIONS GROUP= INPUTCONTROL
Windows specifics: all

Syntax
Details
Example

Syntax

-NUMKEYS number-of-keys

number-of-keys

specifies the number of active keyboard function keys.


Details

When SAS initializes, it queries your machine to determine the number of keyboard function keys. You can override this setting by specifying a different value with the NUMKEYS system option.


Example

If you specify the following system option, SAS displays 10 function keys in the KEYS window:

-numkeys 10

Previous Page | Next Page | Top of Page