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
explain the key concept of sas? : Sas-administrator
what is sas business intelligence? : Sas-bi
What are the uses of sas?
which date functions advances a date time or date/time value by a given interval? : Sas programming
Approximately what date is represented by the SAS date value of 730?
what are the considerations when picking a SAS/STAT procedure?
Mention common programming errors committed in sas ?
How do you delete duplicate observations in sas?
what techniques and/or procs do you use for tables? : Sas programming
What is the difference between input and infile statement?
How can I remove header from output data set?
What are symget and symput? : sas-macro
what is change analysis in sas di ? : Sas-di
How do you add a number to a macro variable? : sas-macro
what are the types of interactive display types? : Sas-bi