-7068: Outer join not allowed in this context 

Explanation:

An <OUTER JOIN INDICATOR> was used in a <COMPARISON PREDICATE> in which no table column was specified in one of the two EXPRESSIONs. An <OUTER JOIN INDICATOR> is only allowed in a <JOIN PREDICATE>.

User Action:

You can repeat the SQL statement without the OUTER JOIN INDICATOR.