what is incremental update ? is this possible in SAS OLAP
CUBE STUDIO.
Answer / dvsr
Incremental data means day to day transactions data
Example: we have already 10 days of Bank transactional data
in our database on 11Th day some transactions are happened
in the bank, this 11Th day data called Incremental data .If
we are conducting our operations only on the 11th day data
it is called Incremental update.
Feel free To add more ….:)
| Is This Answer Correct ? | 10 Yes | 2 No |
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
what is the difference between proc means and proc summary?
what is the difference between unique key and primary key? : Sas-di
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?
Tell e how how dealt with..
What is Transaction...? And what are Comment, Roll back n Save point..?
How to get part of string form the source string without using sub string function in SAS?
How does proc sql work?
Explain how you can debug and test your SAS program?
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.