zowe / zowe-cli-db2-plugin

DB2 Plugin for the Zowe CLI
Eclipse Public License 2.0
8 stars 16 forks source link

DB2 plugin feature to execute DB2 utilities also #54

Open Joe-Winchester opened 4 years ago

Joe-Winchester commented 4 years ago

@zszabo14 commented on Fri Jul 17 2020

Is your feature request related to a problem or limitation? Please describe. Limitation

Describe the experience you'd like I would like to execute DB2 utilities from ZOWE CLI. Like Load and Unload, Reorg, Runstat, Copy, Recover, Report, etc. Those are usually part of our automation scripts.

Describe alternatives you've considered zowe db2 utility uload tablespace --tablespace --hlq --from

--fields --when ....

(of course I can execute them by running a JCL, but having a command for it would make programming easier)

Additional context


@Joe-Winchester commented on Fri Jul 17 2020

@zszabo14 - many thanks for raising this enhancement request. The DB2 CLI is part of the https://github.com/zowe/zowe-cli-db2-plugin repository so I'll copy this issue there so the squad who looks after the plugin can respond to the issue.

zszabo14 commented 4 years ago

I forgot to add: BIND

spufidoo commented 4 years ago

You can invoke utilities by calling SYSPROC.DSNUTILS

zszabo14 commented 3 years ago

@spufidoo ... of course for each zowe command you can use a JOB...