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
how does sas handle missing values in assignment statements? : Sas programming
how do you pull data from equifax?tell me the process?
Explain the difference between nodup and nodupkey options?
What are the default statistics that proc means produce?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
How to specify variables to be processed by the freq procedure?
what is the effect of the options statement errors=1? : Sas programming
Explain why double trailing @@ is used in input statement?
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
What are the implications?
what do you mean by data staging area? : Sas-di
Explain by-group processing?
what is data governance? : Sas-di
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What is SAS? What are the functions does it performs?