Delete Product Load (DLTPRDLOD)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Delete Product Load (DLTPRDLOD) command allows the user to delete a product load object.

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.

Top

Parameters

Keyword Description Choices Notes
PRDLOD Product load, or Qualified object name Optional, Positional 1
Qualifier 1: Product load, or Name
Qualifier 2: Library Name, *CURLIB
PRDID Product ID Character value Optional
OPTION Product option 1-99, *BASE Optional
LODID Load ID Character value, *CODEDFT Optional
RLS Release level Character value, *ONLY Optional
Top

Product load, or (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.

The possible product load value is:

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.

Top

Product (PRDID)

Specifies the 7-character identifier (ID) of the product for which a product load is being deleted.

Top

Option (OPTION)

Specifies the product option for which a product load is being deleted.

The possible values are:

*BASE
The product load is part of the base option of the product.
product-option-number
Specify the option number of the product load to be deleted. Valid values range from 1 through 99.
Top

Load ID (LODID)

Specifies the ID of the product load to be deleted.

The possible values are:

*CODEDFT
The default code load ID, 5001, is used.
product-load-ID
Specify the product load ID of the product load to be deleted.
Top

Release level (RLS)

Specifies the version, release, and modification level of the product load to be deleted.

The possible values are:

*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 load being deleted.
Top

Examples

DLTPRDLOD   PRDLOD(MYLIB/MYLOD)

This command deletes the product load MYLOD in library MYLIB.

Top

Error messages

*ESCAPE Messages

CPF358A
Release not valid.
Top