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
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What is the maximum and minimum length of macro variable
Name some categories in sas 9? : sas-grid-administration
Describe 5 ways to do a “table lookup” in SAS?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What do you know about symput and symget?
Describe the ways in which you can create a macro variable?
what are sas/access and sas/connect? : Sas programming
Give some examples where proc report’s defaults are same as proc print’s defaults?
What are symget and symput? : sas-macro
What is the difference between class statement and by statement in proc means?
What would you change about your job?
How do dates work in sas?
Mention some common errors that are usually committed in sas programming.
What is maximum number of rows and cols can be handled in SAS?