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

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


Please Help Members By Posting Answers For Below Questions

What are the default statistics that proc means produce?

1086


What are the limitations for memory allocation for SAS variables

1547


How can sas program be validated?

1072


For what purpose would you use the RETAIN statement?

1583


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

1138


what is sas data set?

1147


What are pdv and it functions?

1243


Which date function advances a date, time or datetime value by a given interval?

1195


Can you explain the process of calendar?

1154


why is sas data integration studio important? : Sas-di

1083


What function CATX syntax does?

1258


what is snowflake schema? : Sas-di

1262


What is maximum storage capability of SAS?

1483


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

2138


what do the pad and dim functions do? : Sas programming

1072