010173 : In IF, the number of outputs exceeds limit <value>.
Description
There are too many statements to be evaluated in the statement list of an IF statement.
Solution
Put the output statements into several groups and use multiple IF statements to process them.
7/16/2013