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
How to read an input file in sas?
How substr function works in sas?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
What does the RUN statement do?
How would you include common or reuse to be processed along with your statements?
what type of graphs we will create(for 2+years candidates)?
Mention the validation tools used in SAS?
Differentiate between proc means and proc summary.
Explain the special input delimiters used in sas programming.
what is snowflake schema? : Sas-di
what is sas business intelligence? : Sas-bi
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
what versions of sas have you used (on which platforms)? : Sas programming
Compare sas with other data analytics tools.
How do you test for missing values?