Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
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.
Top |
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 |
Top |
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:
The possible values are:
Top |
Specifies the 7-character product identifier (ID) of the product for which a definition is being deleted.
Top |
Specifies the version, release, and modification level of the product definition to be deleted.
The possible values are:
Top |
DLTPRDDFN PRDDFN(MYLIB/MYPROD)
This command deletes the product definition MYPROD located in library MYLIB.
Top |
Top |