Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Delete Graph Format (DLTGPHFMT) command deletes a graph format. This command also deletes a graph format from any packages that contain it.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
GPHFMT | Graph format | Qualified object name | Required, Positional 1 |
Qualifier 1: Graph format | Name | ||
Qualifier 2: Library | Name, QPFRDATA, *CURLIB |
Top |
Specifies the graph format to delete.
This is a required parameter.
Top |
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.
Top |
Top |