For the latest version of JMP Help, visit JMP.com/help.


Publication date: 04/28/2021

Run a Script

To run an entire script, select Edit > Run Script.

To run specific lines in a script, select those lines and then select Edit > Run Script.

To run specific lines that are not adjacent, hold down the Control key, select the lines, and then select Edit > Run Script.

On Windows, you can also click in a line or select several lines and press Enter on your numeric keypad.

Run the script automatically when you open it by using one of the following methods:

Type //! on the first line.

Include Run JSL( 1 ) in the Open() statement:

Open( "$SAMPLE_SCRIPTS/scoping.jsl", Run JSL( 1 ) );
Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).