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...


Could you please answers for this.
1.Code the tables statement for a single-level (most common)
frequency.
2.Code the tables statement to produce a multi-level
frequency.

Answers were Sorted based on User's Feedback



Could you please answers for this. 1.Code the tables statement for a single-level (most common) ..

Answer / hsong001

In proc freq:
1. one level: tables a b c;
2. multiple levels: tables a*b a*c a*b*c;

Is This Answer Correct ?    3 Yes 0 No

Could you please answers for this. 1.Code the tables statement for a single-level (most common) ..

Answer / sreenivas

single level

proc ferq data=datasetname;
table var1;
run;

multilevel

proc ferq data=datasetname;
table var1*var2;
run;

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SAS Interview Questions

How do you generate random samples?

5 Answers  


What commands are used in the case of including or excluding any specific variables in the data set?

0 Answers  


how we can call macros with in data step?

17 Answers   Allianz, ManPower,


how are numeric and character missing values represented internally? : Sas programming

0 Answers  


How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?

3 Answers   Reddy Labs,


Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.

3 Answers  


What is the order of evaluation of the following operators + - * / ** () ???

2 Answers  


How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

2 Answers  


name the scheduler for scheduling job and explain the scheduler? : Sas-di

0 Answers  


What are the criticality that you have faced during your project in SAS?

2 Answers  


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

0 Answers  


What is the role of administrative users? : sas-grid-administration

0 Answers  


Categories