Where do you use proc means over proc freq?
Answer / Harshit Vats
In SAS, PROC MEANS is used when you want to calculate descriptive statistics for one or more numeric variables. You might choose PROC MEANS over PROC FREQ (which is used for frequency analysis) if your data primarily consists of numerical values and you want summary statistics such as mean, median, range, standard deviation, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Have you ever used the SAS Debugger?
which features do you use to check the data validations and errors? : Sas-administrator
Difference b/n proc means and proc summary procedures?
What commands are used in the case of including or excluding any specific variables in the data set?
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
what is treatment emergent events and treatment emregent adverse event
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
diff between nodup rec and ondup key???
CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE
Mention few ways with which a “table lookup’ is done in sas programming.
How would you combine 3 or more tables with different structures?
· What are some good SAS programming practices for processing very large data sets?