Delete Graph Format (DLTGPHFMT)

The Delete Graph Format (DLTGPHFMT) command deletes a graph format. This command also deletes a graph format from any packages that contain it.

Parameters

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

Graph format (GPHFMT)

Specifies the graph format to delete.

This is a required parameter.

QPFRDATA
The IBM-supplied performance data library, QPFRDATA, is where the graph format is located.
*CURLIB
The current library for the job is used to locate the graph format. 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 format is located.
format-name
Specify the name of the graph format to delete.

Examples

Example 1: Deleting a Graph Format in a Specified Library

DLTGPHFMT   GPHFMT(MYLIB/MYFMT)

This command deletes the graph format named MYFMT located in the MYLIB library.

Example 2: Deleting a Graph Format in the Default Library

DLTGPHFMT   GPHFMT(TESTFMT)

This command deletes the graph format named TESTFMT located in the default library QPFRDATA.

Error messages

*ESCAPE Messages

PFR9043
&1 does not exist in library &2.