How I can get only the last from A and B or several more ?
Name Dateperiod
A 200301
A 200901
A 201001
B 200801
B 200901
B 201001
I want only
A 201001
B 201001
Thanks!
Hi !
I have following code
new_sasdate = input(osjomtpv,yymmdd8.);
-----------------
if new_sasdate - today() <= 5 then osinko ="DIVIDEND" ;
TEST=new_sasdate - today();
if TEST < 0 then osinko ="" ;
This calculate also Saturday and Sunday but I don't want that ?
Thanks for any help !
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.