Delete Graph Package (DLTGPHPKG)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Delete Graph Package (DLTGPHPKG) command deletes a graph package.

Top

Parameters

Keyword Description Choices Notes
GPHPKG Graph package Qualified object name Required, Positional 1
Qualifier 1: Graph package Name
Qualifier 2: Library Name, QPFRDATA, *CURLIB
Top

Graph package (GPHPKG)

Specifies the graph package to delete.

This is a required parameter.

QPFRDATA
The IBM-supplied performance data library, QPFRDATA, is where the graph package is located.
*CURLIB
The current library for the job is used to locate the graph package. If no library is specified as the current library for the job, QGPL is used.
library-name
Specify the name of the library where the graph package is located.
package-name
Specify the name of the graph package to delete.
Top

Examples

Example 1: Deleting a Package in a Specified Library

DLTGPHPKG   GPHPKG(MYLIB/MYPKG)

This command deletes the graph package MYPKG from library MYLIB.

Example 2: Deleting a Package in the Default Library

DLTGPHPKG   GPHPKG(TESTPKG)

This command deletes graph package TESTPKG from default library QPFRDATA.

Top

Error messages

*ESCAPE Messages

PFR9043
&1 does not exist in library &2.
Top