pluginunload subcommand for dbx: Unload the specified plug-in

Format

pluginunload name

Description

The pluginunload subcommand unloads the plug-in specified by the name parameter. The name parameter should specify a name of plug-in that is currently loaded.

Usage notes

The pluginunload subcommand can be run only while the dbx program is running.

Examples

  1. To unload the plug-in named sample, enter:
    pluginunload sample

See the plugin subcommand and the pluginload subcommand. Also see the topic on developing for the dbx plug-in framework in z/OS UNIX System Services Programming Tools.