CWWIM1022E The 'count_limit' count limit specified in the SearchControl data object is invalid.
Explanation
The count limit for a search operation cannot be a negative number.
A positive number sets the maximum number of entries returned as a result of the search.
0 indicates no limit: all entries are returned if the search limit is set to 0.
Programmer response
Do not specify a negative number for count limit.