How do you read in the variables that you need?
Answer Posted / siri
by using 'scan' statement.
scan <variable name>;
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What are symget and symput? : sas-macro
do you prefer proc report or proc tabulate? Why? : Sas programming
What is the difference between %local and %global? : sas-macro
what is enterprise guide? What is the use of it? : Sas programming
Explain by-group processing?
Describe 5 ways to do a “table lookup” in SAS?
explain what is factor analysis? : Sas-administrator
what are some good sas programming practices for processing very large data sets? : Sas programming
How substr function works in sas?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
How do you delete duplicate observations in sas?
What do you know about symput and symget?
What is a put statement?
what has been your most common programming mistake? : Sas programming
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?