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
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
How can you limit the variables written to output dataset in data step?
How to convert a numeric variable to a character variable?
Explain the difference between using drop = data set option in set and data statement?
what are the scrubbing procedures in sas? : Sas programming
Name some categories in sas 9? : sas-grid-administration
what is hash files in sas and why we are using this one in sas?
Mention the validation tools used in SAS?
what versions of sas have you used (on which platforms)? : Sas programming
If a variable contains letters or special characters, can it be numeric data type?
for report generation which one you used proc report or data_null_?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What is PROC in SAS?
describe about physical data integration? : Sas-di
What do the mod and int function do? : Sas programming