i have an excel with 2 sheets. in each sheet i have 5 or 10 variables. i have one variable name same for each sheet. My SAS code combine two sheets and generate a report with all the columns. so once i generate report, only one variable is displaying for the unique names in each sheet. how can i get the both names. the variable names are different each month.
What have you tried? Show us your code..
When you say combine, how are you doing that (proc sql joins, data step merge or something else). You can give a condition during the process of combining the tables together. Eg you can use CASE WHEN to create a new variables on condition.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.