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


I use NOCUM/NOPERCENT option in the tables statement like this

Proc freq data = deepak;
tables x y /nocum nopercent;
run;

Here I get nopercent and nocum in the output only for
variables x and y. How do i do it for all variables?

Deepak



I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x..

Answer / deepak

use

tables _all_ /options;

if u want to print one way analysis of all variables with the specified options

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SAS Interview Questions

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.

2 Answers  


how to generate the test data in sas without input data? : Sas-administrator

0 Answers  


What are the uses of sas?

0 Answers  


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

0 Answers  


if x=round(26.3,10)-1 then x= how much and how explain?

5 Answers   BoA,


How do you add a number to a macro variable? : sas-macro

0 Answers  


What are the features of base sas system?

0 Answers  


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

2 Answers   GSK GlaxoSmithKline,


Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?

4 Answers   HP, Oracle,


wat is sas? is a package or programming language?

4 Answers  


Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?

5 Answers   American Express, Barclays,


Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.

1 Answers  


Categories