Previous Topic: DB13232ENext Topic: DB13234E


DB13233E

INVALID AND/OR COMBINATION NEAR POSITION nnnn

Reason:

Near position nnnn, the Accounting Facility encountered a conditional expression involving an invalid application of logical operators AND and OR. Both AND and OR appear in the same level of nesting as in the following example.

Note: The term (log-exp) stands for logical expression which is made up of an element name, a relational operator, and a literal value.

Action:

Clarify how the conditional expression is to be evaluated by using parentheses to show which combination of logical expressions is to be evaluated together. In the following examples, the first conditional expression cannot be true unless the first logical expression is true. However, the second conditional expression can be true, even if the first logical expression is false.