Hello team,
What are the differences between these two arrays?
array thisitem{*} $5 itemA itemB itemC
array array{3} itemA itemB itemC
Regards,
$5 means the elements of the array will be character with length 5. without putting $, it would be a numeric array.
@tarheel13 wrote:
$5 means the elements of the array will be character with length 5. without putting $, it would be a numeric array.
Unless the elements of the array already exist in which case they will retain their existing type.
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.