CL Command Reference - DLTPAGDFN
CL Command List > DLTPAGDFN Reference
Description:
The Delete Page Definition (DLTPAGDFN) command deletes a page definition from the specified library. If the page definition is not found, a message is sent to the user stating that the page segment could not be found.
Restriction: You must have *OBJEXIST authority to delete an object.
Examples:
Example 1: Deleting a Page Definition from the Current Library
DLTPAGDFN PAGDFN(*CURLIB/P1DFLT)
This command deletes page definition P1DFLT if it is found in the current library.
Example 2: Deleting Page Definitions
DLTPAGDFN PAGDFN(*LIBL/P1*)
This command deletes all page definitions that begin with P1 in the jobĄ¯s library list.