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 PROC in SAS?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
In ARRAY processing, what does the DIM function do?
What is the purpose of _character_ and _numeric_?
What are the default statistics for means procedure?
what is the primary data source for the wrs? : Sas-bi
Compare sas with other data analytics tools.
why is sas data integration studio important? : Sas-di
For what purpose would you use the RETAIN statement?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
How necessary is it to be creative in your work?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Are you involved in writing the inferential analysis plan? Tables specifications?
How to test the debugging in sas?