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
What are the different operating system platforms in which we can use sas? : sas-grid-administration
what is intially documentation in sas?
What are the default statistics that proc means produce?
what is study design in while working with SAS? what are screening variables in SAS?
describe about physical data integration? : Sas-di
what are _numeric_ and _character_ and what do they do? : Sas programming
What is the difference between %put and symbolgen? : sas-macro
for report generation which one you used proc report or data_null_?
What is the use of %include statement?
what are all the reports you generated in your recent project?
What is the difference between using drop = data set option in data statement and set statement?
Explain data_null_?
for whom is sas data integration studio designed? : Sas-di
What makes sas stand out to be the best over other data analytics tools?
What are types of transport files?