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 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 15 Feb 2005 01:55:30 -0800
Reply-To:   "G. Paluzie" <gpaluzie@SALUTMS.ORG>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "G. Paluzie" <gpaluzie@SALUTMS.ORG>
Organization:   http://groups.google.com
Subject:   Extracting days between two dates
Content-Type:   text/plain; charset=ISO-8859-1

Dear friends,

I have a data set like that:

Subject Date_1 Date_2 1 25/12/2004 28/12/2004 2 26/12/2004 27/12/2004

and I would like to obtain one register for each day between Date_1 and Date_2 in a new data set like:

Subject Weekday_date 1 25/12/2004 1 26/12/2004 1 27/12/2004 1 28/12/2004 2 26/12/2004 2 27/12/2004

Thank you in advance for your suggestions,

Guillermo


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