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
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
Difference between informat and format?
How would you identify a macro variable? : sas-macro
what is the use of proc contents and proc print in sas? : Sas-administrator
How we can call macros with in data step? : sas-macro
what is transformation in sas data integration? : Sas-di
How do you add a number to a macro variable? : sas-macro
Mention what is the difference between nodupkey and nodup options?
Mention what are the data types does SAS contain?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What is Linear Regression?
explain what is factor analysis? : Sas-administrator
How do you control the number of observations and/or variables read or written?
what are some good sas programming practices for processing very large data sets? : Sas programming
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?