What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / god
using infile and input statements must it is possible to
clean and get the data into in u r environment....
some body says using proc import using proc import it is not
possible to clean and get the data in u r
environment..................it will take as it is
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How are numeric and character missing values represented internally?
What is the difference between reading data from an external file and reading data from an existing data set?
what are the considerations when picking a SAS/STAT procedure?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
explain the difference between proc means and proc summary?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
List out some key concept of SAS
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is maximum storage capability of SAS?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
What are the implications?
What is the difference between one to one merge and match merge? Give an example.