Analysis impact report
The analysis impact report is a summary of the actions in the CHANGE MANAGER worklist. This report provides a high-level overview of the actions required to implement the requested change. The report displays:
- The count of the number of objects on which actions are performed to implement the requested change
- Other information related to some BMC or IBM utilities for Db2 that act on objects in the worklist
This includes estimates of object size, cardinality (row count), and impacted partitions of the objects on which utilities run.
You can use this information to estimate the time required to complete a change.
You can use the analysis impact report to understand how the requested changes might impact the availability of the schema definition of your applications.
During deployment configuration, if you enter a value for the Impact Report PDS and Member Name field in the BMC AMI DevOps Schema Mgmt for Db2 - Schema Mig step, the analysis impact report is created when Analysis runs.
You can view this report on the mainframe.
If you are using Jenkins, download the report to the project workspace, or even receive it by email if you define your pipeline process accordingly.
If you are using UrbanCode Deploy/HCL Launch, download the report to the working directory.
Impact report data collection
When the impact report is generated, the data will be collected in the BMC AMI DevOps repository tables if you choose to define them. For more information see, BMC-AMI-DevOps-tables-for-Schema-Standards.
The data collection is not required and the impact report generation will function the same without collecting the data but your impact report will give this message in the Summary of All Actions section:
BMC396495I BMC AMI DevOps for Db2 product tables not found, updates bypassed
This topic contains the following sections:
Sample analysis impact report
Analysis Impact Report
BMC AMI Change Manager for Db2 12.01.04 SPE2110 (BQU3535)
Report generated on 09/10/2021 14:29:02
SSID/Location: DEJM
Workid . . . : AMA.DDL21301
Worklist . . : AMA.DEVOPS.WORKLIST(DDL21301)
************************************************************************
************************ Summary of All Actions ************************
************************************************************************
Objects
Actions Impacted
---------------- --------
ALTERS 1
ALTER TS 1
ALTER TB 0
ALTER IX 0
ALTER VW 0
CREATES 0
CREATE TS 0
CREATE TB 0
CREATE IX 0
CREATE VW 0
DROPS 0
DROP TS 0
DROP TB 0
DROP IX 0
DROP VW 0
DROPS/RE-CREATES 7
DROPS/RE-CREATES TS 0
DROPS/RE-CREATES TB 1
DROPS/RE-CREATES IX 2
DROPS/RE-CREATES VW 2
Commands/ Info/
Utilities Vendor Count Details Listed
------------- -------- -------- --------------
UNLOADS IBM 1 Y
LOADS IBM 1 Y
REORGS IBM 1 Y
IMAGE COPIES IBM 1
RUNSTATS IBM 1
BINDS/REBINDS 0
************************************************************************
******************** Details for Selected Utilities ********************
************************************************************************
REORGS - TS:
------------
TS Size Impacted
Estimate Cardinality TABLESPACE Partitions
-------- --------------- ---------------------------- ---------------
327.0 B 1 DOBASICC.T02ASSEG Non-partitioned
UNLOADS/LOADS:
--------------
TB Size
Estimate Cardinality TABLE
-------- --------------- --------------------------------------------
333.0 B 1 DOBASICC.T02ASSEG
Summary of All Actions section
This section of the analysis impact report displays information in two tables:
The count of objects per action
This table has two columns:
- The Actions column lists the actions performed on objects.
The object types listed under each action represent explicit actions in the WorkID analysis.
Action
Description
ALTERS
Altered objects in the worklist
CREATES
Newly created objects in the worklist that are not part of a drop/re-create
DROPS
Explicitly dropped objects in the worklist that are not part of a drop/re-create
DROPS/RE-CREATES
Objects that are dropped in the worklist and then re-created
The Objects Impacted column displays the count of unique objects that the action affects.
The count of objects per command or utility
This table has four columns:
- The Commands/Utilities column lists the commands or utilities that the worklist might include:
- IMAGE COPIES
- UNLOADS
- LOADS
- REORGS
- RUNSTATS
- BINDS/REBINDS
The Info/Vendor column names the vendor for each utility.
- The Count column displays the count of objects on which the command or utility acts.
The Details Listed column displays Y or N for the following utilities:
- UNLOAD
- LOAD
- REORG
If count > 0 for any of these utilities, Y is displayed in this column, and more information is displayed in the Details for Selected Utilities section.
Details for Selected Utilities section
This section displays the following information for the following utilities:
REORGS - TS utility
Column name
Description
TS Size Estimate
An estimate of the calculated size of the table space partitions that are reorganized This column might display the size of the entire table space for non-partitioned tables or tables for which all partitions are included in the reorganization.
Cardinality
The total number of rows in all the tables in the table space or in the data in the partitions that are processed
TABLESPACE
The name of the table space
Impacted Partitions
The number of partitions in the table space affected by the reorganization If the table space is not partitioned, this column displays Non-partitioned.
REORGS - IX utility
Column name
Description
IX Size Estimate
An estimate of the calculated size of the index
Cardinality
The number of rows in the index
INDEX
The name of the index
UNLOADS/LOADS - TB utility
Column name
Description
TB Size Estimate
An estimate of the calculated size of the table
Cardinality
The number of rows in the table
TABLE
The name of the table
Related topic