Bundles Report
The Bundles Report shows information and statistics about BUNDLE resources. The BUNDLE resource defines where a CICS bundle is deployed on z/OS UNIX and its status.
This report is produced using a combination of EXEC CICS INQUIRE BUNDLE and EXEC CICS EXTRACT STATISTICS BUNDLE commands. The statistics data is mapped by the DFHRLRDS DSECT.
| Field Heading | Description |
|---|---|
| BUNDLE Name | The name of the BUNDLE resource. Source field: EXEC CICS INQUIRE BUNDLE |
| BUNDLE Enable Status | The status of the BUNDLE resource, either enabled
or disabled. Source field: EXEC CICS INQUIRE BUNDLE () ENABLESTATUS |
| BUNDLE Directory | The location of the CICS bundle in z/OS UNIX. Source field: EXEC CICS INQUIRE BUNDLE () BUNDLEDIR |
| BUNDLE Scope Name | The scope of the bundle, as specified
in the BASESCOPE attribute on the BUNDLE resource. For a bundle that
is part of an application or platform, the scope is a URI that lists
the platform, application, and application version. Source field: EXEC CICS INQUIRE BUNDLE () BASESCOPE |
| BUNDLEPART count | The number of imports, exports,
entry points, policy scopes, and define statements that are defined
in the bundle manifest. Source field: EXEC CICS INQUIRE BUNDLE () PARTCOUNT |
| Target enabled definitions | The total number of resources,
entry points, and policy scopes that the bundle creates when enabled. Source field: EXEC CICS INQUIRE BUNDLE () TARGETCOUNT |
| Current enabled definitions | The number of resources, entry
points, and policy scopes that were created by the bundle and are
currently enabled in the CICS region. Source field: EXEC CICS INQUIRE BUNDLE () ENABLEDCOUNT |