cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
jim_pappas
Level II

Running a JSL script within another JSL script

Hello

I hope this one is easy, but I'm having difficulties figuring it out (new JSL user)...

 

I have a "large" JSL script, of which within it, I want to run a "short" JSL script.   However, I do not want to put the code of the shorter script within the larger one since the same code is used within several of my scripts (its a database query builder).

 

Is there a way to simply run the shorter script (it's on my drive:  Q:\Tissue Effect Research\JMP\JMP Apps and Scripts - Read Only\Data Puller) from the larger one?

 

Thanks, Jim

11 REPLIES 11
LogitTurtle576
Level III

Re: Running a JSL script within another JSL script

Thanks for the solution 

lala
Level IX

Re: Running a JSL script within another JSL script

Can JSL use "go to"?

Thanks!

Recommended Articles