What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / sastechies
We use SAS statements –
FILENAME – to specify the location of the file
INFILE - Identifies an external file to read with an INPUT
statement
INPUT – to specify the variables that the data is
identified with.
Read more: http://sastechies.blogspot.com/2009/11/sas-
interview-questions.html
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the different types of sas functions?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
how do you test for missing values? : Sas programming
What is the difference between input and infile statement?
What is your favorite all time computer book? Why?
What is the difference between one to one merge and match merge? Give an example.
How many ways to overcome a missing values???
Explain the difference between nodup and nodupkey options?
How to include or exclude specific variables in a data set?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What are common programming errors committed in sas
What can you learn from the SAS log when debugging?
what are the categories that sas informats are used to the place the data? : Sas-administrator
Explain the purpose of substr functions in sas programming.