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



Could you please answers for this. 1.Code the tables statement for a single-level (most common) ..

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

Could you please answers for this. 1.Code the tables statement for a single-level (most common) ..

Answer / 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

More SAS Interview Questions

What is by-group processing?

0 Answers  


Mention the difference between ceil and floor functions in sas?

0 Answers  


what is the basic structure sas administrator? : Sas-administrator

0 Answers  


Which date functions advances a date time or date/time value by agiven interval?

3 Answers  


How many versions came upto now in SAS?

3 Answers   CTS, TCS,






What techniques and/or PROCs do you use for tables?

4 Answers   Oracle,


How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.

8 Answers  


How can a SAS WEB REPORT STUDIO USER identify which report tabs they have been permitted without entering the SAS WEB REPORT STUDIO

2 Answers   TCS,


What does the RUN statement do?

0 Answers   Quintiles,


What is SAS Information Map Studio and its purpose ?

2 Answers   SAS, TCS,


how do you derive descriptive statistics?

1 Answers   Accenture, Quintiles,


What are the Aggregate functions in SQL ?

2 Answers   AON,


Categories