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?
No Answer is Posted For this Question
Be the First to Post Answer
In PROC PRINT, can you print only variables that begin with the letter “A”?
How would you include common or reuse code to be processed along with your statements?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
what is the difference between informat$8. $char8.
Explain the difference between using drop = data set option in set and data statement?
Name few SAS functions?
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
What report output formats can you generate using SAS?
How to test the debugging in sas?
What is the difference between proportion and average?
We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B