Are you able to post the actual log (not just the notes on the log) from the test you ran?
I understand you may not be able to do that because of confidentiality reasons, but post what you can.
even without TAGSORT the performance doesn't change much. even a little worse with the compressed dataset
Wow! Thank you for testing it.
That is so counter-intuitive (at least to me), that I wanted to confirm. Was the test that you performed along these lines?
proc sort data=_16_variables out=test1;
by list of _13_ variables;
run;
proc sort data=_16_variables out=test2 tagsort;
by list of _13_ variables;
run;
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.