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 4193

Post New Emerio Interview Questions


Emerio Interview Questions


Un-Answered Questions

What are the uses of secondary indexes?

540


What is public or shared assemblies ?

536


How to create runtime property for an object?

1438


Differentiate pure and applied Mathematics

608


How to compress images in powerpoint?

99






Explain what are 5 common problems in the software development process?

607


What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.

1618


How to call a javascript function from pl sql?

554


Garnet is the ore of which element. Give its chemical formula.

608


How you can get the list of largest tables in a database?

508


What is the purpose of using cms?

71


Can you declare an array without assigning the size of an array?

509


Write a trigger on account, while inserting a text value as ‘somename’ ended with ‘text’ ex: ‘renutext’ on account object it should through an error. How you will achieve this…??

466


Tell us what's the difference between a generative and discriminative model?

57


What is linspace in python?

421