Hello team,
Can someone explain about tag sort? Different definitions in search so I am not sure what exactly it is doing.
Thanks,
blueblue
What's hard to understand here:
stores only the BY variables and the observation numbers in temporary files. The BY variables and the observation numbers are called tags. At the completion of the sorting process, PROC SORT uses the tags to retrieve records from the input data set in sorted order.
What's hard to understand here:
stores only the BY variables and the observation numbers in temporary files. The BY variables and the observation numbers are called tags. At the completion of the sorting process, PROC SORT uses the tags to retrieve records from the input data set in sorted order.
This option tells SAS to only read the BY variables when sorting.
The other variables are added as a second step.
Pros: Small utility file as few variables are moved around
Cons: Fetching the other variables when the sort is complete can take a long time
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →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.