Subset scripting
Hello JMP users,I am able to generate scripts to subset large data files, but then have to manually name these and run them all individually through a second and third subset script. Is there a way to iteratively run the subset command and save the files to include the subset definitions?For example: Subset file "Colors" by column1 (red, blue, green) to produce and save files: Colors.red.jmp, Colo...