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 techniques and/or procs do you use for tables? : Sas programming

1012


how could you generate test data with no input data? : Sas programming

1124


Explain what is SAS informats?

1052


what is sas enterprise intelligence architecture? : Sas-bi

943


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

1153


what are the best practices to process the large data sets in sas programming? : Sas-administrator

976


Explain why double trailing @@ is used in input statement?

1018


what can you learn from the sas log when debugging? : Sas programming

1039


How would you define the end of a macro?

1050


How many data types are there in SAS?

1023


How to create a permanent sas data set?

1152


explain what is data set in sas? : Sas-administrator

924


What do the PUT and INPUT functions do?

1277


what is proc Index? and what is proc document?

2646


explain the difference between proc means and proc summary?

1077