Hello,
I don't understand why my first program works and the second no (only changing the looping).
I need to add the currently month in the loop if anyone have ideas thanks a lot.
When the ARRAY statement contains this:
(*)
SAS counts the first element of the array as the one with subscript=1. I you want i=0 to refer to the first element of the array, you have to change to using:
(0:11)
Otherwise, there is no element that corresponds to i=0.
When the ARRAY statement contains this:
(*)
SAS counts the first element of the array as the one with subscript=1. I you want i=0 to refer to the first element of the array, you have to change to using:
(0:11)
Otherwise, there is no element that corresponds to i=0.
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.