DROP PROGRAMVIEW

The DROP PROGRAMVIEW statement removes an application PROGRAMVIEW (PSB) from IMS. Whenever an application PROGRAMVIEW is deleted, its description is deleted from the catalog at the current IMS.

Invocation

This statement can be submitted from a Java™ application program with an establish connection to IMS through the IMS Universal JDBC drivers. It is an executable statement that cannot be dynamically prepared.

Syntax

Read syntax diagramSkip visual syntax diagramDROPPROGRAMVIEWpsb_name

Description

The following keyword parameters are defined for the DROP PROGRAMVIEW statement:
PROGRAMVIEW psb_name
Identifies the PSB to drop. The name must identify a PSB that exists in IMS.

Usage notes

Any pending changes to the definitions of the program view and schemas are also dropped.

Example

DROP PROGRAMVIEW PSB123