Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 to write duplicate records into a separate dataset using sort?

4 Answers   HSBC,


In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)

8 Answers   GSK GlaxoSmithKline,


What are symbol tables?Differemce between Local N Global Symbol tables.....

2 Answers   TCS,


what are the component of range? : Sas-bi

0 Answers  


how to assign a macro value to a variable?

8 Answers   CitiGroup,


State the difference between INFORMAT and FORMAT ?

0 Answers  


what is sas database server? : Sas-di

0 Answers  


What is SAS informats?

0 Answers  


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

0 Answers  


What is the command used to find missing values?

0 Answers  


In ARRAY processing, what does the DIM function do?

0 Answers  


what type of reports you are generating in your company...???

2 Answers   GSK GlaxoSmithKline,


Categories