what is incremental update ? is this possible in SAS OLAP
CUBE STUDIO.



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

Post New Answer

More SAS Interview Questions

What is the difference between %local and %global?

1 Answers  


Hi Friends, My name is Priya,am new to this Forum. am looking for SAS Platform Administration Interview Questions.I searched every where but I couldn't find any where.please can anyone help me with the FAQ's. It would be a great favor to me if you can email the Interview Questions to priyafeb84@gmail.com

0 Answers  


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

0 Answers  


how do i read multiple spaces in datasets? eg: vijaya raghava perumal.I tried with using & but it workss if its vijaya raghava but not for raghava perumal.how to do this?

8 Answers   Wipro, Xansa,


1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.

1 Answers  






How do you read in the variables that you need?

9 Answers   Accenture,


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

2 Answers   Sciformix,


Can we replace a dataset into view?

6 Answers   CliniRx,


where will go the observations that were deleted by delete statement?

2 Answers  


How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;

2 Answers   HSBC,


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

0 Answers  


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

0 Answers   SAS,


Categories