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
In ARRAY processing, what does the DIM function do?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
what is the use of sas management console? : Sas-di
What is SAS? What are the functions does it performs?
name several ways to achieve efficiency in your program? : Sas programming
what are validation tools that are used in sas? : Sas-administrator
where are dashboard components are created and maintained? : Sas-bi
What are the statements that are executed only?
How to create a permanent sas data set?
How would you determine the number of missing or nonmissing values in computations?
what is sas olap server? : Sas-di
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Mention the validation tools used in SAS?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
Which command is used to perform sorting in sas program?