Script recode values for multiple columns using Associative Array and loop
Hello, JMP user community,Very often I need to re-code values and I like to use a file with mapping keys (attached, help_med_code.jmp).From this mapping data I made the associative array and to re-code values in my dataset (help_data.jmp) I re-code values for each column.Sometimes I have a lot of columns and using the loop would be preferable.However, my script for loop doesn’t work (attached, hel...