This was very helpful to get me where I am
Solved: Invoking a script from another script - JMP User Community
I can invoke a script from the main script. The script I invoke applies categories to the target data set and I'd like to be able to form a list of categories in the script I invoke that I can apply to the main script. Below is a snapshot of the invoked script, several parameters and categories can be iterated and I'd like a list of categories available in the main table.
Try((Column( "Parameter") << Set Selected(1););
dt << group columns( "ENG" );
dt << deselect column group( "ENG" );):
Slán
SpannerHead