HBO0042I Syntax error: unexpected text text is found after text.

Explanation

The token text2 was found after token text1. The syntax does not allow this sequence.

The System Data Engine stops processing the current statement and continues with the next.

Response

Check the syntax diagram in the User's Guide and correct the statement. Notice that different clauses of the statement must be written in the order shown in the diagram. Notice also that the error might be located much earlier in the input than the token text. A large portion of input extending past the error might still conform to the syntax. The message identifies the point where the input no longer matches the syntax.