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 / ravira

data set name ;
set old data set name ( keep = a b c d e);
run;

By using above concept u can read what r the variables u
want to read ,first create data set having many variables ,
then try to read from some variables

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does PROC print, and PROC contents do?

1273


What is the general format of function in sas? : sas-grid-administration

1028


What do you know about sas and what we do? : sas-grid-administration

1231


Tell e how how dealt with..

2309


What are the applications primarily used by business analyst? : Sas-bi

1049


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

1117


What is the difference between nodupkey and nodup options?

1078


This entry was posted in General. Bookmark the permalink. Post a comment or leave

4623


Which statement does not perform automatic conversions in comparisons?

1853


what is business intelligence? : Sas-bi

1104


What is the difference between proportion and average?

3400


What does the RUN statement do?

1346


Name types of category in which SAS Informats are placed?

1196


for what purpose would you use the retain statement? : Sas programming

1143


For what purpose would you use the RETAIN statement?

1579