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

Post New Emerio Interview Questions


Emerio Interview Questions


Un-Answered Questions

How many types of alignment are there in excel?

292


why did u want to leave your past organisation?

1648


how does this job compare with others you have aplied for?

1233


Who built the trans alaska pipelene?

625


What are the applications of demultiplexer?

605






what is localization and globalization.and what are the ways way are going to test the particular application?how can we identify factual, visual, corrupted characters, link errors, formatting errors, etc in locallization?iam going to attend the interview on localization concepts and languages like : German, Japanese, French, Russian, Italian, Chinese, Korean, Portuguese and Spanish .tell me the process how to do testing above concepts let me know its urgent:anilaluvala@gmail.com 9908814046

1580


How do you truncate a table?

684


What coding language is excel?

314


What is difference between npn & pnp sensors?

572


What is a dynamic route in angularjs and how do you implement it?

415


what does a pension actuary do?

911


What is slow query log in mysql?

521


Mention what job does the conf class do?

236


What is a rollback in jdbc?

516


What is powergrep?

441