Hi all
I have a bunch of data tables with genomic data in them. Each one has a varying number of columns with the snp name as the name of the column and the nominal responses are either a 0, 1 or 2. The data type is nominal. Each row is a different patient and I have been using tabulate to create a summary of the mean of a continuous variable for each category of 0, 1 or 2.
A proper output looks like screenshot 1.

But for some reason one data table is not putting the 0,1 and 2 as columns in the tabulate, but rather as rows under each snp. Looks like screenshot 2.

I tried making a script of the correct one to bring into the incorrect one to manually change it but JMP crashes each time I try to do that. The correct table script says Row Table( columns by categories... and the incorrect one says Row Table( Grouping columns...
Also, when I simply save the script from the correct one after the tabulate is complete, and then try to run it again, it simply opens an empty tabluate window, not one prepopulated with the data I used to generate the script. And then JMP promptly crashes.
Is there a way to save a script to make a tabulate without the grouping columns format and to populate the data columns in the script?
I am using JMP 17.0.0 on a Mac computer.