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

How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?

1 Answers   Student,


How many ways to overcome a missing values???

0 Answers   HSBC,


what is intially documentation for a sas programmer?

2 Answers   Accenture,


What are the uses of sas?

0 Answers  


Describe how you would pass data to macro.

3 Answers  






how to assign a macro value to a variable?

8 Answers   CitiGroup,


How are the analysis data sets structured?

3 Answers  


What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?

3 Answers   TCS,


What is a post baseline?

1 Answers  


What Proc glm does?

0 Answers  


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

0 Answers  


What does proc print, and proc contents are used for?

0 Answers  


Categories