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
How can sas program be validated?
what is study design in while working with SAS? what are screening variables in SAS?
what is hash files in sas and why we are using this one in sas?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Name validation tools used in SAS
Briefly explain input and put function?
What do you know about symput and symget?
How to convert a numeric variable to a character variable?
What is program data vector (pdv) and what are its functions?
I need level 2 to 5 sas using companies in india
How to read an input file in sas?
Give e an example of..
describe how to adjust the performance of data integrator? : Sas-di
How do you add a number to a macro variable? : sas-macro
Enlist the functions performed by sas.