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.
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.