Get column names that has particular value
Hi, I just started using jmp at work and trying to learn JSL. I am trying to write a script to get the column names where the row value =1. For example, the table shows values of 0 and 1 under different IMCX columns and I want to find out which column has the value =1 in each row and store under a new column called IMC. In the first row, column IMC 4 has 1 so I manually enter IMC4 under IMC. The...