Hi Experts,
i have some variables of type i in my pgm.
Based on requirement i incrimented those variables in my pgm.
At certain stage i have to do concatenation like
concate nate <variable name> text-001 into str.
So here system is allowing because it is of type i.
What to do here for concatenenation?
Regards