CL Command Reference - DLTPAGSEG

CL Command List > DLTPAGSEG Reference

Description:

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.


Examples:

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.