Hi ,
There is a variable DAI with values WEEK 2, WEEK 4, WEEK 8, WEEK 12, ..
If I transpose DAI variable then I get WEEK 2, WEEK 4,.. as variable
how can I change variable name from WEEK 2 to WEEK_2 ,...
As space is not accepted in variable name
But If i do before transpose like if DAI="WEEK 2" then dai_ "WEEK_2;
But it gives error when i transpose dai_ variable
ERROR: The ID value "WEEK_2" occurs twice in the same BY group
can someone please give me solution?