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
what are different analysis datasets you created and what are the new variables created
what can you learn from the sas log when debugging? : Sas programming
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.
What is the basic structure of the SAS base program?
What are the 3 components in sas programming?
What would be the value of month at the end of data step execution and how many observations would be there?
Differences between where and if statement?
What is the maximum and minimum length of macro variable
What is the maximum length of the macro variable?
How do you add a prefix to some or all variables in a dataset using a SAS macro?
Can you explain the process of calendar?
explain what is data set in sas? : Sas-administrator