LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (February 2010, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


Back to: Top of message | Previous page | Main SAS-L page