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
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What can be the size of largest dataset in SAS?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Differentiate between sas functions and sas procedures.
In sas, what are the areas that you are most interested in? : sas-grid-administration
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
What do the mod and int function do? : Sas programming
Give an example where SAS fails to convert character value to numeric value automatically?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Explain what Proc glm does?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
Explain why double trailing @@ is used in input statement?
Explain proc sort?