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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1200


explain what is factor analysis? : Sas-administrator

1172


How do you control the number of observations and/or variables read or written?

1297


What is the difference between class statement and by statement in proc means?

1394


What is substr function?

1241


Mention how to limit decimal places for the variable using proc means?

1172


What are the differences between proc means and proc summary?

1195


Approximately what date is represented by the SAS date value of 730?

1270


how will you location sas platform applications available from web browser? : Sas-bi

1120


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

1925


Explain bmdp procedure?

1084


What is slibref?

1329


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

1262


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

1123


Can you execute macro within another macro? : sas-macro

1050