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 / ravira
data set name ;
set old data set name ( keep = a b c d e);
run;
By using above concept u can read what r the variables u
want to read ,first create data set having many variables ,
then try to read from some variables
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What does PROC print, and PROC contents do?
What is the general format of function in sas? : sas-grid-administration
What do you know about sas and what we do? : sas-grid-administration
Tell e how how dealt with..
What are the applications primarily used by business analyst? : Sas-bi
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What is the difference between nodupkey and nodup options?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
Which statement does not perform automatic conversions in comparisons?
what is business intelligence? : Sas-bi
What is the difference between proportion and average?
What does the RUN statement do?
Name types of category in which SAS Informats are placed?
for what purpose would you use the retain statement? : Sas programming
For what purpose would you use the RETAIN statement?