If you have a data set that contains 100 variables, but you
need only five of those, what is the code to force SAS to
use only those variable?
Answer Posted / mohan reddy
U CAN USE THE KEEP OPTION.
EX
DATA EMP(KEEP=NAME AGE SAL ADD LOC);
SET EMPLOYEE;
RUN;
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How do you debug and test your SAS programs?
Difference between sum function and using “+” operator?
What is the difference between the proc sql and data step?
Difference between nodup and nodupkey options?
Describe a time when you were really stuck on a problem and how you solved it?
explain about data integrator metadata reports? : Sas-di
what is program data vector? : Sas-administrator
What sas features do you use to check errors and data validation?
how can you create zero observation dataset? : Sas programming
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What are the statements that are executed only?
Difference between SAS STATA & SPSS?
How do you use the do loop if you don’t know how many times you should execute the do loop?
what is sas application server? : Sas-di
explain the difference between proc means and proc summary?