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 is star schema? : Sas-di

0 Answers  


How would you code a merge that will keep only the observations that have matches from both sets.

5 Answers   Accenture, Bank Of America,


Hi, If anyone has base SAS certification dumps, please share.

0 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 is metadata? : Sas-bi

0 Answers  






How to specify variables to be processed by the freq procedure?

0 Answers  


what are some good sas programming practices for processing very large data sets? : Sas programming

0 Answers  


What is the difference between %put and symbolgen? : sas-macro

0 Answers  


What are the advantages of using sas?

0 Answers  


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

0 Answers  


What is the difference between an informat and a format? Name three informats or formats.

13 Answers   Accenture, IBM,


Have you been involved in editing the data or writing data queries?

1 Answers   BioServe, Oracle, Sasken,


Categories