Date: Wed, 31 Aug 2005 10:43:44 -0700
Reply-To: hmekouar@HOTMAIL.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: hmekouar@HOTMAIL.COM
Organization: http://groups.google.com
Subject: years and months from a time period
Content-Type: text/plain; charset="iso-8859-1"
Hi everyone,
I am trying to create unique combinations of years and months from time
periods. For instance, let's say I have a record:
Id start end
1 01/12/2000 03/15/2000
I want the dataset to look like:
Id month year
1 1 2000
1 2 2000
1 3 2000
Anyone wants to share a piece of code. I appreciate any help on that.
Thanks so much.
|