Menu: View→Analysis Properties→Numerical→Iteration limit
Places a limit on the number of iterations Amos will perform. If this limit is reached, Amos will stop after reporting its current parameter estimates, even if the convergence criteria (see the Crit1 and Crit2 methods) have not been met.
For more information, see the Iterations method of the AmosEngine class.
Programming
In Amos Graphics programs, you can fill this text box with "100" by using the following statement (Visual Basic):
pd.GetTextBox("AnalysisPropertiesForm", "IterationText").Text = "100"