Date: Mon, 1 Feb 2010 08:12:40 -0800
Reply-To: Sunny <msunny17@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Sunny <msunny17@GMAIL.COM>
Organization: http://groups.google.com
Subject: Problem running bat file
Content-Type: text/plain; charset=ISO-8859-1
Hello Group,
I've a problem while running a .bat file I got the
bunch of errors.
When it open SAS it gives some warning and error
message in DOS cmd prompt.
-CONFIG is not recognized as internal or external command, operable
program or batch file
-sysin is not recognized as internal or external command, operable
program or batch file.
Here is my .bat File
Run.Bat File
"C:\program files\sas\sasfoundation\9.2\sas.exe"
-CONFIG "C:\Program Files\SAS\SASFoundation\9.2\nls\en\SASV9.CFG"
-sysin
C:\users\runit\prog1.sas
When it open SAS it gives this message
NOTE: Unable to open SASUSER.REGSTRY. WORK.REGSTRY will be opened
instead.
NOTE: All registry changes will be lost at the end of the session.
WARNING: Unable to copy SASUSER registry to WORK registry. Because of
this,
WARNING: you will not see registry customizations during this session.
NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened
instead.
NOTE: All profile changes will be lost at the end of the session.
NOTE: This SAS session is using a registry in WORK. All changes will
be lost at the end of this
NOTE: session.
NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened
instead.
NOTE: All profile changes will be lost at the end of the session.
Will appreciate your help.
Thanks
Sunny