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

Explain the difference between informat and format with an example.

0 Answers  


What statement do you code to tell SAS that it is to write to an external file?

5 Answers  


what is the formula to measure Baseline

3 Answers   Sristek,


Tell e how how dealt with..

0 Answers  


Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT SAS Training in Data Management at InfoSchool Bangalore

1 Answers  






What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;

3 Answers  


what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.

1 Answers   TCS,


What is the function of output statement in a SAS Program?

0 Answers  


what is the difference between DUPKEY and NODUPKEY???

4 Answers   Cognizant, EXL,


what is sas and what are the functions? : Sas-administrator

0 Answers  


How to Rename Library?

3 Answers  


is there any differnce between proc means and proc summary?

5 Answers  


Categories