Entering content frame

-3022: Invalid number of tables for outer join 

Explanation:

If an OUTER JOIN indicator was specified in at least one join predicate  of the QUERY specification, the number of the underlying tables of the QUERY specification FROM clause must be precisely two or the following must apply:

...

¡  OUTER JOIN indicators are only specified for one of the tables specified in the FROM clause.

All join predicates of this table related to just one other table contain the OUTER JOIN INDICATOR.

All other joins do not contain an OUTER JOIN INDICATOR.

User Action:

The attempt should be made to add any missing OUTER JOIN indicators or to split the SQL statement into several SQL statements, or to achieve the desired effect by QUERY expressions in the FROM clause.

 

Leaving content frame