Have experience in Base SAS, Stats, DI Studio, SAS Customer Intelligence Studio, Campaign Management. Good with Database and SQL.
Also have experience with .NET and PHP.
Expertise in Database
Are you using the correct format?
This works, but may not be what you ask for....
data _null_;
a = today();
put a EURDFMY7.;
b = 'jun 2010';
c = input(compress(b),EURDFMY7.);
put c yymmdd10.;
run;
... View more