Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Emerio SAS Interview Questions
Questions Answers Views Company eMail

/* This is example of age caluculate wihtout to display perfect days and years in output window */ data age; retain dob "12jun2003"d now "24may2011"d; age1=now-dob; age=(now-dob)/365.25; years=int(age); days1=round((age-years)*365.25); months=month(now)-1; if days1 gt 30 and months in(12,10,8,6,4,2)then do; month1=days1/30.4375; month=int(days1/30.4375); if day(now)=1 then days=1; else days=round((month1-month)*30.4375)+1; drop days1 month1 month; end; else if days1 gt 30 and months in (1,3,5,7,9,11)then do; month1=days1/30.4375; month=int(days1/30.4375); if day(now)=1 then days=1; else days=round((month1-month) *30.4375); drop days1 month1 month; end; drop age age1; proc print data=age; format dob now date.; run;

1 4255

Post New Emerio SAS Interview Questions


Emerio SAS Interview Questions
    Emerio SAS Interview Questions (1)


Un-Answered Questions

What are the interlocks we have to check during the start up of LP/HP compressor?

1495


How much area, in square meters, will one liter of paint cover if it is brushed out to uniform thickness of 100 microns?

1048


What are the three constants associated with a steady state error?

726


How do I insert a new page in word?

313


Explain the terms database and dbms. Also, mention the different types of dbms.

499






Is wordpress good enough for ecommerce?

109


Why can't we use a static class instead of singleton?

451


What are the most essential qualities of a Banker?

623


How to create core dump and crash dump #coreadm .

2411


How will you calculate effort and estimation for process to automate (i.e., Fte calculation)?

5


Does mongodb cost money?

1


What are all the ctrl functions?

330


Can 7zip open rar?

532


Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.

2009


What is the use of microsoft visual c++ 2015 redistributable?

525