How many ways to overcome a missing values???
No Answer is Posted For this Question
Be the First to Post Answer
What are the ways to do a “table lookup” in sas?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
explain about various caches available in data integrator? : Sas-di
Why is SAS considered self-documenting?
what is sas metadata server? : Sas-di
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
what is OLAP?
How to merge the data using merge statement and proc format? Is the result is same ?
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
how does sas handle missing values in formats? : Sas programming
which stats created by proc means that are not created by proc summary or vice versa?