What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / jothi sankar
INFILE statement
and
INPUT statement
| Is This Answer Correct ? | 33 Yes | 2 No |
Post New Answer View All Answers
describe the interaction table in sas di? : Sas-di
What is a method to debug and test your SAS program?
Do you need to know if there are any missing values?
How to limit decimal places for the variable using proc means?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what techniques and/or procs do you use for tables? : Sas programming
What is interleaving in SAS?
What is the function of Stop statement in a SAS Program?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
Explain the difference between using drop = data set option in set and data statement?
how to remove duplicates using proc sql?
Difference between SAS STATA & SPSS?
What sas features do you use to check errors and data validation?
how will you location sas platform applications available from web browser? : Sas-bi
Differentiate between sas functions and sas procedures.