What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / ram
proc import is utilities procedure...so infile is correct
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you specify the number of iterations and specific condition within a single do loop?
What are the ways in which macro variables can be created in sas programming?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
what is SAS OPTIMIZATION?
What is the difference between nodupkey and nodup options?
What are the difference between ceil and floor functions in sas?
For what purpose would you use the RETAIN statement?
what is sas metadata repository? : Sas-bi
what can you learn from the sas log when debugging? : Sas programming
what is star schema? : Sas-di
how to read the variables in sas? : Sas-administrator
how to do user inputs and command line arguments in sas?
What are symget and symput? : sas-macro
In proc transpose and data step with arrays which one you pick?