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 / imran syed
KEEP statement is the most effective form of code.
keep var-1 var-2 var-3 var-4 var-5;
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
What is the use of the %include statement?
What are the uses of sas?
how do you test for missing values? : Sas programming
Explain what is data step?
What is run-group processing?
what is hash files in sas and why we are using this one in sas?
What do you know about symput and symget?
What is the difference between nodupkey and nodup options?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
explain about data integrator metadata reports? : Sas-di
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
what is function of retain statment
Name and describe few sas character functions that are used for data cleaning in brief.
Intern stastical programmer written test
What is proc sort?