Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Display License Key Information (DSPLICKEY) command can be used to show the software license key information from the license repository for products with keyed compliance. Products with "keyed compliance" require that you have a software license key from the software provider in order to change the usage limit or the expiration date of the license information.
The license repository is used to store product license information for each unique product, license term, feature, and system. The repository can contain licenses for any system, and the product need not be installed.
The information shown includes the processor group, the serial number, the software license key, the usage limit, the expiration date, and the vendor data.
The Display License Key Information (DSPLICKEY) command also can be used to create an output file, which can be used as input to the Add License Key Information (ADDLICKEY) command or the Remove License Key Information (RMVLICKEY) command.
Restrictions: This command is shipped with public *EXCLUDE authority.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
PRDID | Product identifier | Character value, *ALL | Optional, Positional 1 |
LICTRM | License term | Character value, *ALL | Optional, Positional 2 |
FEATURE | Feature | Character value, *ALL | Optional, Positional 3 |
SERIAL | System serial number | Character value, *LOCAL, *REMOTE, *ALL | Optional |
OUTPUT | Output | *, *PRINT, *LICKEYFILE | Optional |
LICKEYFILE | License key file | Qualified object name | Optional |
Qualifier 1: License key file | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
LICKEYMBR | License key member | Element list | Optional |
Element 1: Member to receive output | Name, *FIRST | ||
Element 2: Replace or add records | *REPLACE, *ADD |
Top |
Specifies the seven-character identifier of the product for which software license key information is shown.
A generic name is a character string of one or more characters followed by an asterisk (*); for example, ABC*. The asterisk substitutes for any valid characters. A generic name specifies all objects with names that begin with the generic prefix for which the user has authority. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete object name.
Top |
Specifies the license term for which software license key information is shown.
Top |
Specifies the feature of the product specified on the PRDID parameter for which the software license key information is shown.
Top |
Specify the serial number of the system for which software license key information is shown.
Top |
Specifies whether the output from this command is displayed, printed, or directed to a database file.
Top |
Specifies the qualified name of the file where the software license key information is written. If this file does not exist, it is created using the file QSYS/QALZAKEY as a template. If this file exists it must be in the format of QSYS/QALZAKEY.
The name of the license key file can be qualified by one of the following library values:
The possible value is:
Top |
Specifies the name of the database file member to which the output is written. The member is used or created, as follows:
The possible Member to Receive Output values are:
The possible Operation to Perform on Member values are:
Top |
DSPLICKEY PRDID(*ALL) LICTRM(*ALL) FEATURE(*ALL) SERIAL(*REMOTE) OUTPUT(*LICKEYFILE) LICKEYFILE(KEYS) LICKEYMBR(REMOTE *REPLACE)
This command shows the software license key information for all of the products, features, and license terms for all of the systems except this system. The output is put in the member REMOTE of the file KEYS. Any existing records are replaced.
Top |
Top |