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 |
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 data governance? : Sas-di
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
what is option year cuttoff in sas
how do u validate sas program
What is the general format of function in sas? : sas-grid-administration
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?
for whom is sas data integration studio designed? : Sas-di
How do you test for missing values?