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

Hi im new to sas. I have a file with some charecter variables and some numeric variables
now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know
Thanks

Answer Posted / sureshkv

data char;
set master;
keep _character_;
run;
data num;
set master;
keep _numeric_;
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 does sas handle missing values in assignment statements? : Sas programming

1070


how do you pull data from equifax?tell me the process?

1836


Explain the difference between nodup and nodupkey options?

1089


What are the default statistics that proc means produce?

1086


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

1056


How to specify variables to be processed by the freq procedure?

1117


what is the effect of the options statement errors=1? : Sas programming

1103


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

1114


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

1260


What are the implications?

1785


what do you mean by data staging area? : Sas-di

1192


Explain by-group processing?

1039


what is data governance? : Sas-di

1067


Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

2297


What is SAS? What are the functions does it performs?

1246