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 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 18 Oct 2002 08:33:25 -0400
Reply-To:   Jim <jlinck@UGA.EDU.NOSPAM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Jim <jlinck@UGA.EDU.NOSPAM>
Organization:   University of Georgia
Subject:   PC SAS: Updated, but not for batch mode runs?

PC SAS 8.2 on Win2k. When I run SAS interactively, I have no problem. However, when I run it in batch mode (right click, "Batch Submit"), I have some problems. Here is one example. The following command: proc print data=cstat.ERCControlVars_Qtr(obs=50); where GVKEY in (9771) and YEAR ge 1985 and YEAR le 1991; var GVKEY PERMNO year qtr PRICE MB LTD; run;

returns an error in batch mode saying the where command can't go with obs option. In interactive mode, it works just fine. What I wonder about is if some batch mode stuff didn't get properly upgraded. That is, one more thing has happened. In batch mode, I get warning messages in my code saying "product associated with PRINT command expires in 30 days." Note that I just updated my license for another year and I do not get this message in interactive mode. Any ideas?

Thanks, Jim


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