LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2003, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 4 Feb 2003 09:07:53 -0500
Reply-To:     "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Subject:      Re: Batch Processing
Comments: cc: "Seele, Eric" <eseele@STATE.PA.US>
Content-Type: text/plain

> From: Seele, Eric [mailto:eseele@STATE.PA.US] > In attempting to use batch processing by right-clicking on > the program file and choosing "Batch Submit" I get the error > message, "Error: Configuration file "C:\Program" is > unreadable." How do I resolve this matter?

exist file ("C:\Program\SAS.exe" )? exist file ("C:\Program\SASv8.cfg")? probably knot, right?!

you will have to set up a batch file to execute a program which is not in the same directory as your SAS.exe

all this is on one line in file - - - aExecSAS.bat - - - "C:\Program Files\SAS\SAS System\9.0\sas.exe" -SASinitialFolder u:\dls\odOSCAR\Scores\pgm -sysin read1ship -nosplash - - - end aExecSAS.bat - - -

the directory u:\dls\odOSCAR\Scores\pgm contains the file read1ship.sas

Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov

My computer must be broken: whenever I ask a wrong question, I get a wrong answer. -- Pot-Shots by Ashleigh Brilliant


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