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