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 4255

Post New Emerio Interview Questions


Emerio Interview Questions


Un-Answered Questions

What is meant by authorization? Did you ever work on it?

571


Name the types of report?

556


What is .net viewstate?

494


Explain the different types of streams present in node.js?

447


What is the importance of thermostat in the cooling system of an engine?

628






what difference exists between control area and control interval?

576


What are the befefits of nosql over relational database?

47


What is console.log()?

516


What is a term loan agreement? What are its various clauses?

599


Design a reinforced concrete combined footing (rectangular) for two columns located 3.60 metres apart. The overall sizes of the columns are 40cm x 40cm and 69cm x 60cm and the loads on them are 1000 kn and 1500 kn respectively. The space available for the width of the footing is restricted to 180cm. The S.B.C. of the soil is 280 kn/mm2 use M15 concrete.

2190


What is the use of disableautoupdate method?

5


whether starting current is limited to rated current of motor through soft starting or it exceeds the rated current?

1045


Hello, I need to compare, using a cobol program, two cobol skeletons. I don't know if it is easy to do this or it will be so complicated. I wanna have your opinions. Thanks a lot

1477


How many postgresql users are there, worldwide?

580


how to repaint when working with horizontal scroll bar

1553