cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

Discussions

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

how to merge two session script files?

I had run separate analysis on the same excel file at different times , thus I have two separate session script files. How can I merge them into one single file- which will enable me to run both the analysis via single script file?

I am using JMP trial version

2 REPLIES 2
ian_jmp
Level X

Re: how to merge two session script files?

A saved session script is just a JSL file: Save JMP Sessions.

I assume from your description that both of your files (1 and 2) tell JMP to open the XLS file, then do some manipulations. So in JMP (or your favourite editor), you should be able to open 1 and 2, then copy what you need from 2 and paste it at the end of 1. If you use JMP you can right-click in the editor window and select 'Reformat Script' which makes it easier to see the syntax and structure of the JSL you are working with.

Re: how to merge two session script files?

Thanks a lot . Will try this now.

Recommended Articles