What is the good sas programming practices for processing large data sets?
No Answer is Posted For this Question
Be the First to Post Answer
How would you delete duplicate observations?
explain what is factor analysis? : Sas-administrator
List out some key concept of SAS
how does sas handle missing values in a merge? : Sas programming
Describe the ways in which you can create macro variables? : sas-macro
I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?
Tell e how how dealt with..
In ARRAY processing, what does the DIM function do?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
At compile time when a SAS data set is read, what items are created?
What is the difference between one to one merge and match merge? Give an example.
What is the command used to find missing values?