ANL1062I TABLEAU BUILD/DROP ON tcode RESULTS IN RC rrrrr.

Explanation

Procedure TABLEAU has attempted to either create (build) a required explain table dynamically or drop an explain table that was created dynamically. The associated return code provides the status of that operation (0 is successful). The tcode values are:
  • CST = DSN_DETCOST_TABLE
  • FUN = DSN_FUNCTION_TABLE
  • PLN = PLAN_TABLE
  • PRD = DSN_PREDICAT_TABLE
  • STM = DSN_STATEMNT_TABLE

User response

Examine the return code (SQLCODE), if it is non-zero, and determine the cause of the problem. The program attempts to run without this table unless it is the PLAN_TABLE.