What is slibref?


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

Post New Answer

More SAS Interview Questions

i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?

6 Answers   GSK,


what is data integration? : Sas-di

0 Answers  


what is Difference between PROC SQL JOINS and MERGE?

3 Answers   Accenture, Wipro,


What is your favorite all time computer book? Why?

0 Answers   Oracle,


what are all the ways to define macro variable??

2 Answers   GSK GlaxoSmithKline,






What is the pound sign used for in the data_null_ ?

1 Answers  


When you will use nowd option in report???

6 Answers   Accenture,


What are the different versions of sas that you have used until now? : sas-grid-administration

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,


What do you feel about hardcoding?

3 Answers   Pfizer,


how to write code for left outer join in SAs using datastep?

8 Answers   CitiGroup,


If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?

3 Answers   Accenture,


Categories