Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
Top |
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 |
Specifies the graph package to delete.
This is a required parameter.
Top |
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 |
Top |