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 (May 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, 19 May 2008 03:27:13 -0700
Reply-To:     Nanita <susana.urbano@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Nanita <susana.urbano@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Summing months in dates
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

Hi there,

I'me havind some trouble summing some dates.

I have a table with a column with Begin_Date and another colunm with Maturity_Lenght.

I need to create another column with the End_Date, by adding the Maturity_Lenght to the Begin_Date.

Begin_Date Maturity_Lenght (month) End_Date

02-05-2008 1 02-06-2008

05-05-2008 3 05-08-2008 .....

How can I do that?

Thank you so much.


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