Date: Fri, 3 Nov 2006 15:11:56 -0500
Reply-To: mesecca L katram <mesecca@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: mesecca L katram <mesecca@YAHOO.COM>
Subject: sas dates
I have data in the following charecter format I have take the the min and
max from the data and produce them as begining of the month and end of the
month.
Bill
Month
200605 A
200606 B
200607 C
200608 D
200609 E
SO I have to populate
A as 05/01/2006-Begining day of the month
E as 09/30/2006-end day of the month.
I am using the alphabets for convetion purposes only.
Using Intnx we can do it but I how I do it with the dates in yymmNw. format.
Thanks