cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • 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.
  • See how to access JMP Marketplace - and - find, create & share add-ins to extend your JMP. Watch video.

Discussions

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

HOW TO RECORD?

I have one script used by different people with different settings(variable's values). My thought is to record all variables and their values every time after running scripts. Save them in somewhere so that I can call the variable's value when I run scripts next time. But how to do it??
3 REPLIES 3
mpb
mpb
Level VII

Re: HOW TO RECORD?

One way: Via scripting, open or, if nonexistent,create a table and populate the first column with Variable names and the second column with their Values. Store via scripting the table somewhere all potential users can access.

Re: HOW TO RECORD?

that's a good idea. is there any way to extract all variables within an opened jmp window? thanks

Re: HOW TO RECORD?

get them by show global()

Recommended Articles