Previous Page | Next Page

SAS System Options under Windows

REGISTER System Option: Windows



Adds an application to the Tools menu in the main SAS window.
Default: none
Valid in: configuration file, SAS invocation
Category: Environment control: Display
PROC OPTIONS GROUP= ENVDISPLAY
Windows specifics: all

Syntax
Details

Syntax

-REGISTER 'menu-name' 'command' <'working-directory'>

'menu-name'

specifies the name you want to appear in the menu. The menu-name must be enclosed in quotation marks.

'command'

specifies the command you want to execute. The command argument can either be a .EXE, .COM, or .BAT file, or it can be an operating environment command such as the DIR command. The command must be enclosed in quotation marks.

'working-directory'

specifies the working directory to use for the application. This argument is optional. Read your application's documentation to see whether the application requires a working directory specification. The working-directory must be enclosed in quotation marks.


Details

You can add up to eight commands to the Tools menu in the main SAS window. If your menu name or command does not include blanks or special characters, you can omit the quotation marks. For more information about adding commands to the list, see Adding Applications to the Tools Menu.

Previous Page | Next Page | Top of Page