Understanding/organizing user-defined functions
Hi folks,
I'm looking for examples and references to look at in the manuals as appropriate.
I'm a longtime JMP user but have marginal experience with JSL. I'm writing a script to automate the extraction and compilation of a bunch of legacy data. I am having reasonable luck with the mechanics of each step, but my code is becoming a long series of *stuff* and I need to modularize it by writing functio...