DLTPRDLOD (Delete Product Load)
Note: To use this command, have the 5722-SM1 (System Manager for iSeries) licensed program installed.
DLTPRDLOD Command syntax diagram
Purpose
The Delete Product Load (DLTPRDLOD) command deletes a product load defined by the Create Product Load (CRTPRDLOD) command.
Note: If you have the authority to use this command, you can delete any *PRDLOD object whether or not you have authority to the *PRDLOD object.
Required Parameters
- PRDLOD
- Specifies the name of the product load being deleted.
The possible library values are:
*CURLIB: The current library for the job is used to locate the product load.
library-name: Specify the name of the library where the product load is located.
product-load-name: Specify the name of the product load being deleted.
Note: You must specify either the product ID, option, load ID, and release, or the product load name and the library.
- PRDID
- Specifies the 7-character identifier (ID) of the product for which a product load is being deleted.
- OPTION
- Specifies the product option for which a product load is being deleted.
*BASE: The product load is part of the base option of the product.
product-option-number: Specify the option number of the product to be deleted. Valid values range from 1 through 99.
- LODID
- Specifies the load ID of the product load being deleted.
*CODEDFT: The default code load ID, 5001, is used.
product-load-ID: Specify the product load ID of the product load to be deleted.
Optional Parameters
- RLS
- Specifies the version, release, and modification level of the product.
*ONLY: The release level is determined by searching the system for a product load specified on the PRDID, OPTION, and LODID parameters. This value can be specified only when one release of the product is installed on the system.
version-release-modification: Specify the version, release, and modification level of the product being deleted.
Example for DLTPRDLOD
DLTPRDLOD PRDLOD(MYLIB/MYLOD)This command deletes the product load MYLOD in library MYLIB.
Error messages for DLTPRDLOD
*ESCAPE Messages
- CPF358A
- Release not valid.