Could you please answers for this.
1.Code the tables statement for a single-level (most common)
frequency.
2.Code the tables statement to produce a multi-level
frequency.
Answers were Sorted based on User's Feedback
Answer / hsong001
In proc freq:
1. one level: tables a b c;
2. multiple levels: tables a*b a*c a*b*c;
Is This Answer Correct ? | 3 Yes | 0 No |
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
Differentiate between sas functions and sas procedures.
What are the criticality that you have faced during your project in SAS?
Describe the ways in which you can create macro variables? : sas-macro
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
what is syntax of proc merge ?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What is difference between sas rename and lable?
What is the difference between proportion and average?
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
how to write code for left outer join in SAs using datastep?