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 will you generate test data with no input data?
explain the use of % includes a statement in sas? : Sas-administrator
What is a method to debug and test your SAS program?
how does sas handle missing values in formats? : Sas programming
What is the use of function Proc summary?
What are the features of SAS?
where to use sas business intelligence? : Sas-bi
What do the PUT and INPUT functions do?
How to specify variables to be processed by the freq procedure?
Which function is used to count the number of intervals between two sas dates?
Mention few capabilities of sas framework.
What are the implications?
what are the component of range? : Sas-bi
Differences between where and if statement?
What is the use of divide function?