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 4200

Post New Emerio Interview Questions


Emerio Interview Questions


Un-Answered Questions

How does a log flume work?

68


Is it possible to have different access modifiers on the get/set methods of a property?

508


What are numeric data types?

547


What are the differences between @component and @directive?

491


How to get registered through e-application?

587






What is redim keyword?

569


difference between java programming and c programming??

2376


How u r estimating the budget 4 the project?

1878


How do I add email accounts to outlook?

1


what are the two static methods for obtaining a logger object?

5


What is magneto on a gas generator. how it functions. its out put is d.c or a.c. how it can be checked for correct functioning

1413


What is the typical shape of a population growth curve? How the biotic potential can be represented in the same graphic?

83


What is Z transactions, and what is the use.Can u explain me what all we need to learn in logestic execution as SD consultant if we are showing shipment.

1340


What are the scalar data types in Pig?

359


Explain what is the prerequisites to create an opportunity?

559