riskassure
Programmer
I have a large table containing hundreds of data fields. There are two sets of fields I'd like to use in particular: Code1 through Code20, as well as Code1Dt through Code20Dt
So in my data step, I have the following:
array Code{*} Code1-Code20
which works fine.
However, when it comes to create an array for Code1Dt through Code20Dt by
array CodeDt{*} Code1Dt-Code20Dt
I get an error. I know it has something to do with the suffix not being numeric. Is there a way to make this work?
Thanks!
~~CW~~
So in my data step, I have the following:
array Code{*} Code1-Code20
which works fine.
However, when it comes to create an array for Code1Dt through Code20Dt by
array CodeDt{*} Code1Dt-Code20Dt
I get an error. I know it has something to do with the suffix not being numeric. Is there a way to make this work?
Thanks!
~~CW~~