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 you have a data set that contains 100 variables, but you
need only five of those, what is the code to force SAS to
use only those variable?

Answer Posted / vsrao

keep option

data ddd;
set sss(keep=a b c d e);
run;

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the function and untility of the most difficult SAS macro that you have written.

2167


what are the categories that sas informats are used to the place the data? : Sas-administrator

1094


Do you need to know if there are any missing values?

1079


In SAS explain which statement does not perform automatic conversions in comparisons?

1362


What are symget and symput? : sas-macro

1364


Tell e how how dealt with..

2308


Name few SAS functions?

1141


What are the data types does SAS contain?

1164


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

1222


Explain append procedure?

1128


What are pdv and it functions?

1238


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

1113


What Proc glm does?

1136


name several ways to achieve efficiency in your program? : Sas programming

1135


How would you include common or reuse to be processed along with your statements?

2411