Skip to content

ZosQueryImpactResult

The ZosQueryImpactResult object shows a result from a Query Impact operation. This is the same functionality as the ChangeMan ZMF “Impact Analysis” and “Bill of Materials” options.

The query impact results are returned by the QueryImpact method of ZosChangeManInstance.

ZosQueryImpactResult Properties

ZosQueryImpactResult exposes the following properties:

Property Type R/W Description
ComponentName String R Component name.
ApplicationComponentTypes String R Application and component types string. String is in the following format: "app1:typ1 app2:typ2 ... appN:typN".
Bun UInt32 R Baseline ID. A number the uniquely identifies a baseline library.

...

Back to top