Hello team,
What is the content of an index in SAS?
Is it a copy of the values of a variable we create index on or is it a pointer to a observation?
Thanks,
BlueSky
@GN0001 wrote:
Hello team,
What is the content of an index in SAS?
Is it a copy of the values of a variable we create index on or is it a pointer to a observation?
Thanks,
BlueSky
Both. It contains records consisting of the index values and the observation pointers, sorted by the index values.
@GN0001 wrote:
Hello team,
What is the content of an index in SAS?
Is it a copy of the values of a variable we create index on or is it a pointer to a observation?
Thanks,
BlueSky
Both. It contains records consisting of the index values and the observation pointers, sorted by the index values.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.