What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / srilatha
infile & input statements
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to create an external dataset with sas code?
What is PROC in SAS?
In SAS explain which statement does not perform automatic conversions in comparisons?
Can you execute macro within another macro? : sas-macro
What are the ways in which macro variables can be created in sas programming?
What are the functions used for character handling?
What is the use of %include statement?
How we can call macros with in data step? : sas-macro
how does sas handle missing values in sort order? : Sas programming
Explain proc sort?
What is a put statement?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
AE datasets names? how many types?
how do the in= variables improve the capability of a merge? : Sas programming
How do you define proc in sas? : sas-grid-administration