what is OLAP?
Answers were Sorted based on User's Feedback
Answer / raju
stands for online analytical programming which is used to
summarize the data.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sas
OLAP- stands for online analysis processing by this we can create the cube and which can be viewed and can be make change .By this we can handle huge data and can make MDX queries and in OLAP there are performance Tuning.we can view the data multi dimensionally.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vikas
OLAP stands for online analytical processingc which is used
to summarise the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / padmasri
In order to analyze the past and current data which can be
used for decision making we use OLAP ( Online Analytical
Programming).
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference Between Scan and Substr
if we dont want to print output what we have to do..???give syntax..???
8 Answers Accenture, GSK GlaxoSmithKline,
how does sas handle missing values in assignment statements? : Sas programming
What statement do you code to tell SAS that it is to write to an external file?
what is the frontend and backend of sas? Is sas is a progaming langauge or tool? on which langauge sas depends?
Where do you use proc means over proc freq?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?
What are the 3 components in sas programming?
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
How to read the file names of a text files from a shared drive using SAS?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.