Chapter Contents

Previous

Next
EDITCMD

EDITCMD



Specifies the host editor to be used with the HOSTEDIT command

Default: none
Valid in: SAS invocation, SASV8_OPTIONS environment variable, configuration file, OPTIONS statement
UNIX specifics: all


Syntax
Details
See Also

Syntax

-EDITCMD "host-editor-pathname editor-options"
EDITCMD="host-editor-pathname editor-options"


Details

The host editor that you specify is used when you issue the HOSTEDIT command. The HOSTEDIT command is valid only when you are running SAS in a windowing environment.

If you do not specify the full pathname, SAS searches the pathnames specified in the $PATH environment variable. Quotes are needed only when you specify editor options. If you are using a terminal-based editor, you must specify a command that runs the editor inside a terminal emulator window. For example, to use vi, you would specify

sas -editcmd "/usr/bin/X11/xterm -e /usr/bin/vi"

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.