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 (October 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sun, 8 Oct 2006 22:26:21 -0700
Reply-To:     David L Cassell <davidlcassell@MSN.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         David L Cassell <davidlcassell@MSN.COM>
Subject:      Re: Save log and output
In-Reply-To:  <c2192a610610061209l1cbe8cbfr50cf07d1960c6e00@mail.gmail.com>
Content-Type: text/plain; format=flowed

proccontents@GMAIL.COM wrote back: > >>save your program and run it in batch: SAS MyProgram > > >Ronald : Is there a place you know where I can find how the Batch mode >works >, I tried to set up my programs ( practicing at home ) to run on batch mode >It ended with lot of errors failed to see where the library names are >pointed. And one more thing If I batch submit a program on Network my >workstation which runs on windows becomes really slow ?? what does Batch >submit has to do with local resources ??? > > >you will have both >>* MyProgram.log >>* MyProgram.lst >>in your folder >> >>to save different-named log or list of same program >>examine the command-line only options >>-altlog 'file-specification.log' >>-altprint 'file-specification.lst' >> >>both Peter Crawford and I have written about altlog >> >>check our most excellent archives: >>http://www.listserv.uga.edu/archives/sas-l.html >> search for: altlog >>substring search: [X] >>subject contains: >>author's address: >> since: Jan 2000 >> until: >> >>Ron Fehd the batch >> and altlog maven CDC Atlanta GA USA RJF2 ata cdc d0t g0v >>

Batch mode works a lot like Display Manager does. Either way, you have to tell SAS at some point where your libnames point. In batch mode, you cannot run prior programs and have all that stuff held in RAM, as you may be doing in DM. So you need to put the libnames at the top of your SAS program and then run it as a batch job.

You *can* let SAS pick up your autoexec.sas and config.sas , and provide all the information in there. Ron and Peter Crawford have both written about this in SAS-L. In fact, Ron is giving a half-day training on issues like this one, at PNWSUG in just a few weeks.

HTH, David -- David L. Cassell mathematical statistician Design Pathways 3115 NW Norwood Pl. Corvallis OR 97330

_________________________________________________________________ Express yourself - download free Windows Live Messenger themes! http://clk.atdmt.com/MSN/go/msnnkwme0020000001msn/direct/01/?href=http://imagine-msn.com/themes/vibe/default.aspx?locale=en-us&source=hmtagline


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