What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / sankar
use INFLE statement
data dsname;
infile 'path of file' <options>;
input var1 var2................varn;
run;
options like dsd dlm missover firstobs obs ..etc
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the difficulties u faced while doing vital signs table or dataset?
what are several options for creating reports in web report studio? : Sas-bi
How do you test for missing values?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
what is the Population you used in your project, is it ITT or PP?
what is the primary data source for the wrs? : Sas-bi
Explain what is SAS informats?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
How necessary is it to be creative in your work?
Mention few capabilities of sas framework.
What are the applications primarily used by business analyst? : Sas-bi
how sas deals with business intelligence? : Sas-bi
What is the basic syntax of a sas program?
How would you define the end of a macro?
What is the maximum length of the macro variable? : sas-macro