what are the scrubbing procedures in sas? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?
Tell e how how dealt with..
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What are SAS/ACCESS and SAS/CONNECT?
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
what is sas metadata repository? : Sas-bi
explain the main difference between the nodup and nodupkey options? : Sas-administrator
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
how to change the execute of macro
which stats created by proc means that are not created by proc summary or vice versa?
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.