|
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
|