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 function of retain statment
what is operational data and operational system? : Sas-di
Explain proc sort?
explain about sas business intelligence? : Sas-bi
explain the difference between proc means and proc summary?
What is the use of divide function?
Hi, If anyone has base SAS certification dumps, please share.
Approximately what date is represented by the SAS date value of 730?
What is the difference between order and group variable in proc report?
what is sas metadata repository? : Sas-bi
What is the length assigned to the target variable by the scan function?
how do you want missing values handled? : Sas programming
Name few SAS functions?
How do you debug and test your SAS programs?
Describe the ways in which you can create macro variables?