010174: IF recursion exceeds maximum level <value>.

Description

The number of IF recursions exceeds the maximum number of levels.

Solution

Reduce the number of recursion levels in the IF statement. This can be done by taking some of the IF recursions out and creating output variables to hold their result.