Delete Product Definition (DLTPRDDFN)

The Delete Product Definition (DLTPRDDFN) command allows the user to delete a product definition object.

Note: A user who has authority to this command can delete any *PRDDFN object regardless of whether you have authority to the *PRDDFN object.

Parameters

Keyword Description Choices Notes
PRDDFN Product definition, or Qualified object name Optional, Positional 1
Qualifier 1: Product definition, or Name
Qualifier 2: Library Name, *CURLIB
PRDID Product ID Character value Optional
RLS Release level Character value, *ONLY Optional

Product definition, or (PRDDFN)

Specifies the name of the product definition to be deleted.

Note:

You must specify either this parameter or both PRDID and RLS, but all parameters cannot be specified at the same time.

The possible library values are:

*CURLIB
The current library for the job is used to locate the product definition.
library-name
Specify the name of the library where the product definition is located.

The possible values are:

product-definition-name
Specify the name of the product definition being deleted.

Product (PRDID)

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

Release level (RLS)

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

The possible values are:

*ONLY
The release level is determined by searching the system for product information for the product specified on the PRDID parameter. This value is not valid if more than one release of the product exists for the same product ID.
version-release-modification
Specify the version, release, and modification level of the product definition being deleted.

Examples

DLTPRDDFN   PRDDFN(MYLIB/MYPROD)

This command deletes the product definition MYPROD located in library MYLIB.

Error messages

*ESCAPE Messages

CPF358A
Release not valid.