Some questions regarding to PSCBO_STATS package documentation
In PSCBO_STATS package Implementation Instructions 2.9 - Populate the Staging Exception Table. It says:
This process populates the Staging Exception Table with names of tables other than Application
Engine working storage, e.g. _TAO tables, whose statistics need to be managed dynamically.
Examples of Staging Tables are COBOL work tables.
My understanding is the Application Engine working storage tables should not be included in Staging Exception Table. In other words,
The AE working storage, tables with _TAO, _TAO1, AND _TAO13, should not be added to Staging Exception Table.
But in the Sample script given in the same section of the document that uses the pscbo_stats.stage_table_ins procedure to pupulate the Staging Exception Table table, the following record name are being specified in the where clause and are the candidates to be inserted into Staging Exception Table.
This process populates the Staging Exception Table with names of tables other than Application
Engine working storage, e.g. _TAO tables, whose statistics need to be managed dynamically.
Examples of Staging Tables are COBOL work tables.
My understanding is the Application Engine working storage tables should not be included in Staging Exception Table. In other words,
The AE working storage, tables with _TAO, _TAO1, AND _TAO13, should not be added to Staging Exception Table.
But in the Sample script given in the same section of the document that uses the pscbo_stats.stage_table_ins procedure to pupulate the Staging Exception Table table, the following record name are being specified in the where clause and are the candidates to be inserted into Staging Exception Table.
1