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 / sreenivas
single level
proc ferq data=datasetname;
table var1;
run;
multilevel
proc ferq data=datasetname;
table var1*var2;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is sas and what are the functions? : Sas-administrator
What is factor analysis?
what is hash files in sas and why we are using this one in sas?
it will become easy if uuu provide website linkssss and list of consultanciessssss
What do you know about symput and symget?
What is the role of administrative users? : sas-grid-administration
how will you location sas platform applications available from web browser? : Sas-bi
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Are you involved in writing the inferential analysis plan? Tables specfications?
What is the maximum length of the macro variable?
What are the different servers in sas? : sas-grid-administration
how to remove duplicates using proc sql?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
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 is function of retain statment