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 (August 2005, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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.


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