what is sas olap server? : Sas-di


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

Post New Answer

More SAS Interview Questions

what are different analysis datasets you created and what are the new variables created

2 Answers   Sciformix,


There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT

8 Answers   D&B,


how can you put a "trace" in your program? : Sas programming

0 Answers  


What are the functions used for character handling?

0 Answers  


Approximately what date is represented by the SAS date value of 730?

0 Answers  






What r all the reporting procedures...?

3 Answers  


What is the registered Key word is sas????

2 Answers   TCS,


data abc; input x y ; cards; 1 2 5 6 7 8 7 8 1 7 5 7 ; run; Proc Freq data=abc; tables x*y / chisq nopercent nocol norow PLCORR; RUN; If we run the code, we have Polychoric Correlation = 0.9054 in the last table. I want to extract this particular entry with the value. Means I will create one dataset in which this value will be stored/extracted. I need your help in coding this. Please help me out.

2 Answers  


What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?

3 Answers   TCS,


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

0 Answers  


What do you feel about hardcoding?

1 Answers  


I have a dataset with variables empid and doj how to calculate retirement age?

1 Answers  


Categories