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;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.