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

if i having variables named a b c d e f ,how to find total of
each variable ????give syntax...??

Answer Posted / naveen

proc print data=qqq;
sum a b c;
or
sum _all_;
run;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to read the variables in sas? : Sas-administrator

1070


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

1255


what is the purpose of _error_? : Sas programming

1183


Have you ever used the SAS Debugger?

1815


What is maximum number of rows and cols can be handled in SAS?

1668


What are symget and symput? : sas-macro

1364


Which function is used to count the number of intervals between two sas dates?

1185


Explain the main difference between the sas procedures and functions? : Sas-administrator

1110


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

1721


Which command is used to save logs in the external file?

1146


Compare sas with other data analytics tools.

1090


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

1193


What do you know about sas data set?

1180


what are the benefits of data integration? : Sas-di

1167


What are the five ways to do a table lookup in sas? : sas-grid-administration

1113