I have a data with Char ID and I am separating that ID from other vars(numerical) in a matrix. After all calculations I just want to merge them back(horizontal concatenation) for the output:
(UID is CHAR, EMI is NUM)
INFO=UID||EMI;
But IML is not allowing me:
ERROR: All specified variables must be the same type.
Any idea if and how it can be done?
Thanks a lot in advance.