The VARCLUS procedure issues "WARNING: Iteration limit exceeded in search phase"


PROC VARCLUS might issue the following log message:

WARNING: Iteration limit exceeded in search phase

The warning typically occurs when you specify the MAXITER= option in the PROC VARCLUS statement.

To work around the warning, specify the option MAXSEARCH=0 or MAXSEARCH=100 instead of the MAXITER= option.