Go Back   Rhinocerus > Newsgroup > Newsgroup comp.soft-sys.sas

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 01-04-2005, 12:38 PM
Fehd, Ronald J. PHPPO
Guest
 
Posts: n/a
Default Re: UltraEdit intead of Enhanced Editor on Windows computer?

> 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
Reply With Quote
Alt Today
Advertising
 
and become member of Rhinocerus
Standard Sponsored Links

  #2 (permalink)  
Old 01-04-2005, 03:26 PM
Chad Webb
Guest
 
Posts: n/a
Default Re: UltraEdit intead of Enhanced Editor on Windows computer?

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
> >

>

Reply With Quote
  #3 (permalink)  
Old 01-04-2005, 03:27 PM
Chad Webb
Guest
 
Posts: n/a
Default Re: UltraEdit intead of Enhanced Editor on Windows computer?

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.
Reply With Quote
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


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



All times are GMT. The time now is 04:07 AM.


Copyright ©2009

LinkBacks Enabled by vBSEO 3.3.0 RC2 © 2009, Crawlability, Inc.