What you're looking for is the FOR statement (see eSQL Reference). It can be used to answer the questions:
Do ALL the repeating fields match this criteria?
Do ANY of the fields match my criteria?
I'm getting data from mainframe applications that sometimes (erroneously) includes low values in the middle of string fields. These messages are transformed into XML, causing the parser to comp ...
We were getting this message when either of the following were missing:
1. The message set in question was not deployed to the broker.
2. The Format was incorrect (e.g. not specified or spelled inco ...
We have a scenario where our client wants to send us a rather large comma delimited piece of data. WMQI v2.1 appears to handle it well up to the point when it encounters a repeating complex typ ...