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 (November 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 17 Nov 2008 16:58:05 +0100
Reply-To:     giorgio taddia <giorgio.taddia@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         giorgio taddia <giorgio.taddia@GMAIL.COM>
Subject:      time series generation
Content-Type: text/plain; charset=ISO-8859-1

hello, I have to generate a time series day based starting by a 2 range date ex min date = 1JUL2008 maxdate 31AUG2008 data time_ser; input dates; datalines; 1JUL2008 2JUL2008 3JUL2008 ..... ... 31AUG2008; run;

Which is the most efficient way to do it? regards

-- Giorgio Taddia


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