Hi,
I have a formulation with more than two indices, SAS produce an error:
for example:
con problem_con{<index_1, index_2> in two_indices}: ...
SAS produced an error and told me:
"The name 'index_1' hides an outer declaration."
What does this mean and how do I get rid of this error?
Thank you!