I love SAS, I love the flexibility, but sometimes you wonder if there is an easier way to do things..... Coming from SPSS and Stata, these programs had a great ability to split data and organise output Let me give an example: whenever you have subgroups and analyse your data with SPSS, then you have the option of "Split File", it allows you to organise the outcome as separate tables or aggregate the outcome in one easily readable file, see the link bellow, where it is shown for descriptive statistics but the same can be done with regression models https://www.youtube.com/watch?v=2mKU8Sev6Gk the "BY" statement in SAS creates separate tables and the output can be so long and confusing and difficult to read. I did a proc logistic in SAS with only one independent variabel just to get the unadjusted OR and then repeated the analyses for the 9 subgroups I have in my date with the BY statement, so imagine have the output for proc logistic repeated 9 times.... messy! I re-did it in SPSS, using the option "Split File-Compare Groups", the outcome was neat and easy to read Isn't there a simple way to do that in SAS too? Best wishes
... View more