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.
Answer Posted / 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 |
Post New Answer View All Answers
What will calendar procedure do?
What are the default statistics for means procedure?
What is the use of divide function?
what do you mean by data staging area? : Sas-di
What are the data types in sas?
name several ways to achieve efficiency in your program? : Sas programming
describe about metadata object? : Sas-di
explain about data integrator metadata reports? : Sas-di
What is by-group processing?
what is sas metadata repository? : Sas-bi
What is the good sas programming practices for processing large data sets?
Explain the purpose of substr functions in sas programming.
How do you add a number to a macro variable? : sas-macro
how does sas handle missing values in functions? : Sas programming
explain the proc in sas? : Sas-administrator