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 is the difference between reading data from an external file and reading data from an existing data set?
What is interleaving in SAS?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what are sas bi dashboard components? : Sas-bi
Describe the function and untility of the most difficult SAS macro that you have written.
What are the advantages of using sas?
How do you test for missing values?
How do you connect the desktop application to metadata server? : sas-grid-administration
Of all your work, where have you been the most successful?
Explain why double trailing @@ is used in input statement?
Do you need to know if there are any missing values?
how many display types available in sas bi dashboard? : Sas-bi
What do the put and input function do?
explain the key concept of sas? : Sas-administrator
describe about metadata object? : Sas-di