Strange JMP Scripting error
I have a new script that I'm trying to debug. I have two nested loops. Outer loop goes from 1 to 900; inner loop goes from 1 to 9000. The variables are i and j, respectively.I am looking for specific conditions with the data, and when met, I need to update a column x, in the jth row of a data file, with the value "Y". Using SHOW statements, it looks like the script is working fine. However, ...