broadcom.dbm_db2
DBM-Db2 collection to interact with Db2 using the Broadcom Database Management Solutions for Db2 for z/OS.
Compatible with Zowe CLI Plugin version: 1.29.0
For more information, see the Contents section.
- check_ddl – Validate the syntax of input DDL and optionally verify Db2 object dependencies
- compare_ddl – Compare objects that are defined in a DDL file to objects that are defined on a Db2 subsystem and generate an update script to implement the necessary object changes
- deploy_ddl – Deploy Db2 object changes on the target Db2 subsystem using an input file that contains the DDL
- execute_compare_script – Execute the compare script that was generated with the ‘compare_ddl’ module
- execute_migration_script – Execute the migration script that was generated with the ‘prepare_migration’ module
- execute_script – Execute a Batch Processor script on a target subsystem
- generate_ddl – Generate CREATE or DROP DDL statements for specified Db2 objects into an output DDL file
- prepare_migration – Generate a script to migrate Db2 object definitions (DDL) and data from a source subsystem to a target subsystem