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 (January 2008, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 29 Jan 2008 14:57:59 -0600
Reply-To:   mpajoh@ODOT.ORG
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Masuod Pajoh <mpajoh@ODOT.ORG>
Subject:   Call Execute question
Content-Type:   text/plain; charset="US-ASCII"

Why when I submit this the "call execute" only runs for the last observation? date1 is a variable in data set "a".

Data _null_; set a; call execute('%lexist(Estimates,'||date1||');'); run;

I want it to run for all observations in "a". thanks.

I use SAS 9.1.1.3 on XP.


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