What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / pramod
Using import wizard in file menu also we read an external
raw data file to a data step
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
: and & modifiers.
What is the difference between class statement and by statement in proc means?
How would you determine the number of missing or nonmissing values in computations?
explain about sas business intelligence? : Sas-bi
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Have you used macros? For what purpose you have used? : sas-macro
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
What are the difference between sas functions and procedures?
why a stop statement is needed for the point= option on a set statement?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
how would you create multiple observations from a single observation? : Sas programming
why is a stop statement needed for the point=option on a set statement? : Sas programming
Explain substr function?
how do the in= variables improve the capability of a merge? : Sas programming
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake