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 4262

Post New Emerio SAS Interview Questions


Emerio SAS Interview Questions
    Emerio SAS Interview Questions (1)


Un-Answered Questions

What is a resource in co? : co- cost center accounting

604


What is xslt explain with example?

534


How to combine two excel files with the same fields but different data (different years)?

181


Explain the field values for tools tables?

560


There are also other operators, more linguistic in nature, called __________ that can be applied to fuzzy set theory. a) Hedges b) Lingual Variable c) Fuzz Variable d) None of the mentioned

2540






How can you write multiple line comment?

501


Difference between Share Vs Assign?

406


What is a race condition?

495


Is swift an oop?

456


What were the most energizing/enjoyable aspects of your job in this given period?

5832


What are the Similarities between Flex & Java?

5


What are three basics stitches in weft knitting?

3


What is scalability and elasticity?

356


What are angular testing utilities?

446


Can or have you customize the getContent Activity?

203