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


Publication date: 11/10/2021

Iterate

JSL provides the For(), While(), Summation(), and Product() functions to 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 for an example. Additional Ways to Access Data Values also describes iterating through table rows.

For

While

Summation

Product

Break and Continue

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