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 (March 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 26 Mar 2008 10:17:43 -0400
Reply-To:   Suren <gcsuren@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Suren <gcsuren@YAHOO.COM>
Subject:   Date problem

I am using proc sql to create a data set. One of the variable is date which happens to be an integer value. My question is how can i get it converted to sas date format through proc sql facility.

The data: A B 1 20080213 --Integer values 2 20080214 3 20080314

I would like to select all columns from the above data set using proc sql. however, I would like SAS to convert column B to SAS date values.

Any help would be greatly appreciated. Thanks, Suren


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