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