|
|||
|
> From: John P. Ball
> I've purchased Ultraedit and installed the SAS wordfile to get syntax > highlighting, and the free TrueType monospaced font Anonoymous (from > http://www.ms-studio.com/FontSales/anonymous.html ) for easy > reading. Thisworks great as a stand alone but I want to > replace the SAS Enhanced Editor with UltraEdit. I think you will go farther in your education by spending your time learning to run SAS in batch and use UE as your batch program editor. > I've been unable to figure out how to use it as the default > editor in SAS (replacing the program editor). > > My UltraEdit is installed in C:\Program Files\UltraEdit\uedit32\ > > From some ancient unix experience, I tried invoking SAS with: > > "C:\Program Files\SAS Institute\SAS\V8\sas.exe" -editcmd "C:\Program > Files\UltraEdit\uedit32\uedit32.exe" -CONFIG "C:\Program Files\SAS > Institute\SAS\V8\SASV8.CFG" > > but I get the message: > > ERROR: Unrecognized SAS option name, "C:\PROGRAM > FILES\ULTRAEDIT\UEDIT32\UEDIT32.EXE". > ERROR: Unrecognized SAS option name, EDITCMD. > (SASXKRIN): KERNEL RESOURCE INITIALIZATION FAILED. > UNABLE TO INITIALIZE THE SAS KERNEL you'll probably want to read the error messages again: 1 proc Options define value option = editcmd; 2 run; SAS (r) Proprietary Software Release 9.1 TS1M3 ERROR: Unrecognized SAS option name, EDITCMD. you may wish to examine the following however, I see no option which addresses using another editor. proc Options define value option = ENHANCEDEDITOR; run; proc Options Group= ENVDISPLAY;run; Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov If you always try to be logical, you probably won't ever have much sorrow, or much fun. -- Ashleigh Brilliant pot-shot #4438 |
|
|
||||
|
||||
|
|
|
|||
|
Command Line "C:\Program Files\SAS\SAS 9.1\sas.exe" -CONFIG
"C:\Program Files\SAS\SAS 9.1\nls\en\SASV9.CFG" %f If I remove the %f, I am able to invoke SAS but not submit anything. If I leave %f, I get the following: ERROR: Unrecognized SAS option name, C:\MYDOCU~1\SASCOD~1\EDIT3.SAS ERROR: (SASXKRIN): KERNEL RESOURCE INITIALIZATION FAILED. On Tue, 4 Jan 2005 10:23:45 -0600, Chad Webb <purplepride@gmail.com> wrote: > Command Line "C:\Program Files\SAS\SAS 9.1\sas.exe" -CONFIG > "C:\Program Files\SAS\SAS 9.1\nls\en\SASV9.CFG" %f > > If I remove the %f, I am able to invoke SAS but not submit anything. > > If I leave %f, I get the following: > > ERROR: Unrecognized SAS option name, C:\MYDOCU~1\SASCOD~1\EDIT3.SAS > ERROR: (SASXKRIN): KERNEL RESOURCE INITIALIZATION FAILED. > UNABLE TO INITIALIZE THE SAS KERNEL > > On Tue, 4 Jan 2005 08:38:00 -0500, Fehd, Ronald J. (PHPPO) <RJF2@cdc.gov> wrote: > > > From: John P. Ball > > > I've purchased Ultraedit and installed the SAS wordfile to get syntax > > > highlighting, and the free TrueType monospaced font Anonoymous (from > > > http://www.ms-studio.com/FontSales/anonymous.html ) for easy > > > reading. Thisworks great as a stand alone but I want to > > > replace the SAS Enhanced Editor with UltraEdit. > > > > I think you will go farther in your education > > by spending your time learning to run SAS in batch > > and use UE as your batch program editor. > > > > > I've been unable to figure out how to use it as the default > > > editor in SAS (replacing the program editor). > > > > > > My UltraEdit is installed in C:\Program Files\UltraEdit\uedit32\ > > > > > > From some ancient unix experience, I tried invoking SAS with: > > > > > > "C:\Program Files\SAS Institute\SAS\V8\sas.exe" -editcmd "C:\Program > > > Files\UltraEdit\uedit32\uedit32.exe" -CONFIG "C:\Program Files\SAS > > > Institute\SAS\V8\SASV8.CFG" > > > > > > but I get the message: > > > > > > ERROR: Unrecognized SAS option name, "C:\PROGRAM > > > FILES\ULTRAEDIT\UEDIT32\UEDIT32.EXE". > > > > > ERROR: Unrecognized SAS option name, EDITCMD. > > > (SASXKRIN): KERNEL RESOURCE INITIALIZATION FAILED. > > > UNABLE TO INITIALIZE THE SAS KERNEL > > > > you'll probably want to read the error messages again: > > > > 1 proc Options define value option = editcmd; > > 2 run; > > > > SAS (r) Proprietary Software Release 9.1 TS1M3 > > > > ERROR: Unrecognized SAS option name, EDITCMD. > > > > you may wish to examine the following > > however, I see no option which addresses using another editor. > > > > proc Options define value option = ENHANCEDEDITOR; > > run; > > > > proc Options Group= ENVDISPLAY;run; > > > > Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov > > > > If you always try to be logical, > > you probably won't ever have much sorrow, > > or much fun. > > -- Ashleigh Brilliant pot-shot #4438 > > > |
|
|||
|
Command Line "C:\Program Files\SAS\SAS 9.1\sas.exe" -CONFIG
"C:\Program Files\SAS\SAS 9.1\nls\en\SASV9.CFG" %f If I remove the %f, I am able to invoke SAS but not submit anything. If I leave %f, I get the following: ERROR: Unrecognized SAS option name, C:\MYDOCU~1\SASCOD~1\EDIT3.SAS ERROR: (SASXKRIN): KERNEL RESOURCE INITIALIZATION FAILED. |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Size of second and subsequent Enhanced Editor windows | Peter Crawford | Newsgroup comp.soft-sys.sas | 0 | 09-27-2007 03:45 PM |
| Size of second and subsequent Enhanced Editor windows | Dave Scocca | Newsgroup comp.soft-sys.sas | 0 | 09-27-2007 02:30 PM |
| Re: UltraEdit intead of Enhanced Editor on Windows computer? | Pardee, Roy | Newsgroup comp.soft-sys.sas | 0 | 01-04-2005 03:40 PM |
| Re: UltraEdit intead of Enhanced Editor on Windows computer? | Bhavani Shankar | Newsgroup comp.soft-sys.sas | 0 | 01-04-2005 10:27 AM |
| UltraEdit intead of Enhanced Editor on Windows computer? | John P. Ball | Newsgroup comp.soft-sys.sas | 0 | 01-04-2005 09:10 AM |