In sas, what are the areas that you are most interested in? : sas-grid-administration


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

what the use of proc glm

1 Answers   Accenture, C Marc,


describe how to adjust the performance of data integrator? : Sas-di

0 Answers  


What are the data types in sas?

0 Answers  


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

0 Answers   Blue Star,


Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

0 Answers  






in ods is there any lib's

2 Answers   SAS,


what is _error_?

2 Answers   Axis Bank, Cognizant, JPMorgan Chase,


Explain input and put function?

0 Answers  


how can you code the confidence intervals?

6 Answers   Cytel, IIT, Ranbaxy,


What are the best sas programming practices for handling very large datasets? : sas-grid-administration

0 Answers  


Are you involved in writing the inferential analysis plan? Tables specfications?

0 Answers  


/* 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 Answers   Emerio,


Categories