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


Please Help Members By Posting Answers For Below Questions

WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2266


what is the difference between unique key and primary key? : Sas-di

597


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2096


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

654


what is enterprise guide? What is the use of it? : Sas programming

539






Explain the use of proc print and proc contents?

562


explain the function of substr in sas? : Sas-administrator

556


what are the component of range? : Sas-bi

616


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

729


what is null hypothesis? why do you consider that?

2418


how many types prompting framework can be broken down to? : Sas-bi

634


How to sort in descending order?

795


what are input dataset and output dataset options? : Sas programming

566


What is SAS informats?

638


Mention sas system options to debug sas macros.

663