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


Scripting Guide > JSL Building Blocks > Iterate Functions
Publication date: 06/21/2023

Iterate Functions

In JSL, the For(), While(), Summation(), and Product() functions repeat (or iterate) actions according to the conditions that you specify.

Note: A similar function called For Each Row() is for iterating actions over rows of a data table. See If Function for an example. Additional Ways to Access Data Values also describes iterating through table rows.

For Function

While Function

Summation Function

Product Function

Break and Continue Functions

Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).