Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Delete Page Segment (DLTPAGSEG) command deletes a page segment from the specified library. If the page segment is found, it is deleted. If the page segment is not found, a message is sent to the user stating that the page segment could not be found.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
PAGSEG | Page segment | Qualified object name | Required, Positional 1 |
Qualifier 1: Page segment | Generic name, name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB, *USRLIBL, *ALL, *ALLUSR |
Top |
Specifies the page segment to delete. A specific page segment or a generic page segment can be specified.
This is a required parameter.
Qualifier 1: Page segment
Qualifier 2: Library
#CGULIB #DSULIB #SEULIB #COBLIB #RPGLIB #DFULIB #SDALIB
Although the following Qxxx libraries are provided by IBM, they typically contain user data that changes frequently. Therefore, these libraries are considered user libraries and are also searched:
QDSNX QRCLxxxxx QUSRIJS QUSRVxRxMx QGPL QSRVAGT QUSRINFSKR QGPL38 QSYS2 QUSRNOTES QMGTC QSYS2xxxxx QUSROND QMGTC2 QS36F QUSRPOSGS QMPGDATA QUSER38 QUSRPOSSA QMQMDATA QUSRADSM QUSRPYMSVR QMQMPROC QUSRBRM QUSRRDARS QPFRDATA QUSRDIRCL QUSRSYS QRCL QUSRDIRDB QUSRVI
Top |
Example 1: Deleting a Page Segment in the Library List
DLTPAGSEG PAGSEG(*LIBL/PAGSEG1)
This command deletes the page segment named PAGSEG1 if it is in a library in the library list. Only the first occurrence is deleted if there is more than one library containing PAGSEG1 in the library list.
Example 2: Deleting a Page Segment in All Libraries
DLTPAGSEG PAGSEG(*ALL/PAGSEG1)
This command deletes all the page segments named PAGSEG1, including any IBM supplied page segments with that name.
Example 3: Deleting Page Segments in Current Library
DLTPAGSEG PAGSEG(*CURLIB/PG*)
This command deletes all the page segments whose names begin with PG that are in the job's current library.
Top |
None
Top |