How do you read in the variables that you need?
Answer Posted / sheetal
data new (keep = name age sex);
set old;
run;
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What are the differences between proc means and proc summary?
In sas, what are the areas that you are most interested in? : sas-grid-administration
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What is maximum storage capability of SAS?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What do the mod and int function do? : Sas programming
What is factor analysis?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
What are symget and symput? : sas-macro
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
Name any two sas spawners? : sas-grid-administration
describe the interaction table in sas di? : Sas-di
Describe the function and utility of the most difficult SAS macro that you have written?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is the difference between one to one merge and match merge? Give an example.