What are the criticality that you have faced during your
project in SAS?
Answers were Sorted based on User's Feedback
Answer / kanya
Problems with data probability.We usually get data in raw
format which we are supposed to read from the native format
to sas format. native format is the format which client send.
2) Problems with data inconsistencies
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / radhika rajesh
critical issues include:
1. sometimes databases shud be updated properly or else all
analysis wil show wrong result
2. i faced problem while running code during peak hours
since servers wil be slow due 2 heavy usage.
others plz add on to this..........
| Is This Answer Correct ? | 2 Yes | 0 No |
where will go the observations that were deleted by delete statement?
What are the advantages of using sas?
How do you control the number of observations and/or variables read or written?
Name statements that are execution only.
Can we replace a dataset into view?
What do you code to create a macro? : sas-macro
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
Briefly describe 5 ways to do a "table lookup" in sas.
What SAS statements would you code to read an external raw data file to a DATA step?
What's the difference between VAR A1 - A4 and VAR A1 - A4?
what are input dataset and output dataset options? : Sas programming
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???