Answer Posted / sirisha
format:for range checking
proc freq:used to check uniquenes
proc means:for statistical measurement,missing and non missingvalues.
macros: for reuse of the code
proc sort with nodupkey :to find duplicate observation
proc report:to create new variable etc.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Tell e how how dealt with..
explain the main difference between the nodup and nodupkey options? : Sas-administrator
How to limit decimal places for variable using proc means?
What is the work of tranwrd function?
What is the difference between input and infile statement?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What is the maximum length of the macro variable? : sas-macro
What are the differences between sum function and using “+” operator?
What is the function of Stop statement in a SAS Program?
What would be the value of month at the end of data step execution and how many observations would be there?
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?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Which function is used to count the number of intervals between two sas dates?
What does the RUN statement do?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming