code the tables statement for a single level frequency?

Answers were Sorted based on User's Feedback



code the tables statement for a single level frequency? ..

Answer / rajaanku11

proc freq data=lib.dataset;
table var; *here you can mention single variable of multiple

variables seperated by space to get single

frequency;
run;

Is This Answer Correct ?    1 Yes 0 No

code the tables statement for a single level frequency? ..

Answer / aravind9882

proc freq data=lib.dataset;
table var;
run;

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SAS Interview Questions

What are the default statistics for means procedure?

0 Answers  


what is data integration? : Sas-di

0 Answers  


What are the difference between ceil and floor functions in sas?

0 Answers  


What are the different operating system platforms in which we can use sas? : sas-grid-administration

0 Answers  


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?

2 Answers  


Write a SAS macro to calculate number of numbers in an email address

2 Answers  


Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks

2 Answers  


What is the use of the %include statement?

0 Answers  


my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?

2 Answers   Dr Reddys, Oracle,


Are you familiar with special input delimiters? How are they used?

4 Answers   Accenture,


What is the purpose of trailing @ and @@? How do you use them?

0 Answers  


explain the key concept of sas? : Sas-administrator

0 Answers  


Categories