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 do the mod and int function do? What do the pad and dim functions do? : Sas programming

0 Answers  


what are the considerations when picking a SAS/STAT procedure?

0 Answers   Accenture, Quintiles,


Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?

2 Answers   Oracle,


i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?

1 Answers   GSK,


You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..

3 Answers  






Are you involved in writing the inferential analysis plan? Tables specfications?

0 Answers  


What is a pdv and what are its functions?

0 Answers  


how to delete the duplicates by using proc sql?

3 Answers   Genpact,


1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Data Steps? Can we _NULL_ in Proc Steps also? 3.How do call the macro variable in Data Steps? 4.How to construct Pivot tables in Excel Using SAS?

3 Answers  


how to generate report for 0 observation dataset?

3 Answers   Mind Tree, Student,


what is Enterprise Guide?what is the use of it?

2 Answers   CitiGroup, Oracle,


what is washout period?

3 Answers   Cognizant,


Categories