adding prefix to Character column values in an efficient way
Hello,
I have a character column with an unknown number of different values. I would like to add a string prefix to each value but I struggle with doing so in an efficient way without creating a new column and without a for loop because it is slow. Example for a single value:Value is "12"new value should be "PREFIX 12" Is there a way to do this with JMP 12? Here is the code without the step to add ...
jb
david_w_westall