SQL4035 - Table &1 used in join class &2

SQL4035
Message Text: Table &1 used in join class &2
Cause Text: This message lists the table numbers used by each of the join classes. The table number refers to the relative position of this table in the query.

All of the tables listed for the same join class will be processed during the same step of the query. The results from all of the join classes will then be joined together to return the final results for the query.

Access plan implementation information for each of the join classes are not available because access plans are not saved for the individual classes. Debug messages detailing the implementation of each join class can be found in the joblog if the query is run in debug mode using the STRDBG CL command.
Recovery Text: Refer to Join optimization for more information about join classes.