What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / aks
Proc import
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What sas features do you use to check errors and data validation?
What is the difference between %local and %global? : sas-macro
What do the PUT and INPUT functions do?
how will you locate the sas platform applications? : Sas-bi
What is the difference between where and if statement?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What is SAS informats?
how do you debug and test your sas programs? : Sas programming
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
How can you limit the variables written to output dataset in data step?
What are pdv and it functions?
What are the advantages of using sas?
what is sas metadata repository? : Sas-bi
If a variable contains letters or special characters, can it be numeric data type?
How can you create a macro variable with in data step? : sas-macro