Simple one I suppose, but I cannot solve it on my own.
I have table which contains a string. The string is something like:
"9/13/2010 11:52:54 AM"
As you probably have guessed, I would like to "translate" this string in a SAS datetime object.
Can you help me out?
Hello tek-tips users!
I want to use SAS to execute a SQL query.
What I had in mind (coming from T-SQL) is:
proc sql;
select id,
(select top 1 address
from tab_b b
where b.id = a.id
order by entry_date desc
) ad last_address
from tab_a a;
Or, to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.