Description of analysis output
Before you run Query Analyzer using the sample exit routine
or before you modify or create your own exit routine, you should
be familiar with the analysis data that is provided to the exit
routine. The sample output panel (and associated help panels) that
are provided with Query Analyzer contain and describe all of these
values, excluding the table names passed to the exit routine.
- Table creator/name
- The table creator and name for up to 10 tables found in the
plan table are passed to RAARXQA. The exit routine can act upon
this information by canceling the query, displaying the table name,
or any other appropriate action. These table names are accessed
using the ISPF VGET command in the sample exit routine for the variables
named T1, T2, ..., T10.
