Answer Posted / dupe
Data set option :
Data new(keep=age race gender);
set old;
run;
Data set statemnet:
Data new;
set old;
drop age race and gender;
run;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How does the internal authentication work in sas? : sas-grid-administration
Explain what Proc glm does?
Differences between where and if statement?
what are the benefits of data integration? : Sas-di
How would you identify a macro variable? : sas-macro
explain the key concept of sas? : Sas-administrator
which features do you use to check the data validations and errors? : Sas-administrator
What are the default statistics that proc means produce?
Difference between sum function and using “+” operator?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
what are the categories that sas informats are used to the place the data? : Sas-administrator
what versions of sas have you used (on which platforms)? : Sas programming
What are the parameters of scan function?
Mention sas system options to debug sas macros.
How long can a macro variable be? A token? : sas-macro