发布日期: 04/13/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 ) );
需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).