What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / g.jyotshna
whenever the data in .txt .dat format we can directly us
infile and input statements.
but incase of .xls
it is not possible to read excel data file directly through
infile input.
we have to use:
wizard
DDE(dynamic data exchange)
proc import (its best one)
(in projects we go for proc import only)
after reading into sas session we will go for cleaning.
Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Explain the purpose of substr functions in sas programming.
what is SAS OPTIMIZATION?
What does P-value signify about the statistical data?
How do you debug and test your SAS programs?
what is business intelligence? : Sas-bi
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What is a put statement?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
explain what is factor analysis? : Sas-administrator
What is the general format of function in sas? : sas-grid-administration
What are the functions used for character handling?
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 symget and symput? : sas-macro
How to include or exclude specific variables in a data set?
What are the ways to do a “table lookup” in sas?