How do you test for missing values?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between SAS STATA & SPSS?
What is the difference between class statement and by statement in proc means?
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
Mention what is the difference between nodupkey and nodup options?
for what purpose would you use the retain statement? : Sas programming
how to remove the duplicates by proc sql?
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B
describe how to adjust the performance of data integrator? : Sas-di
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
Name statements that function at both compile and execution time?
what other SAS features do you use for error trapping and data validation?
If a variable contains letters or special characters, can it be numeric data type?