Hi,
Here is a simple JSL script that will save the Prob Scores of column XXX in the Current Data Table.
Names Default to Here (1);
dt = Current Data Table ();
obj = dt << Distribution(column (:XXX));
obj << Save( Prob Scores );
Best,
TS
Thierry R. Sornasse