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

Explain what Proc glm does?

0 Answers  


What is the basic structure of the SAS base program?

0 Answers  


How can you limit the variables written to output dataset in data step?

0 Answers  


how do you debug and test your sas programs? : Sas programming

0 Answers  


What are the uses of sas?

0 Answers  






what are the three main credit bureau names

1 Answers   Synchrony Financial,


Name statements that are execution only?

7 Answers  


what is difference in window SAS & Unix SAS.....how do define working environment in both???

1 Answers   JPMorgan Chase,


name some data transformation used in sas di? : Sas-di

0 Answers  


· What are some good SAS programming practices for processing very large data sets?

6 Answers   Quintiles,


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

0 Answers  


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

0 Answers   Cognizant,


Categories