How do you convert basic cube to transaction cube and
transaction cube to basic cube?


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

Post New Answer

More SAS Interview Questions

data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.

1 Answers  


What are the data types does SAS contain?

0 Answers  


How to include or exclude specific variables in a data set?

0 Answers  


How would you delete observations with duplicate keys?

6 Answers  


How to get part of string form the source string without using sub string function in SAS?

3 Answers  






What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here

2 Answers  


For what purposes have you used sas macros? : sas-macro

0 Answers  


How do you delete duplicate observations in sas?

0 Answers  


do you prefer proc report or proc tabulate? Why? : Sas programming

0 Answers  


what is broad cast agent? : Sas-bi

0 Answers  


how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too

5 Answers   CTS,


how sas deals with business intelligence? : Sas-bi

0 Answers  


Categories