HP OpenVMS Systems Documentation |
HP OpenVMS DCL Dictionary
SHOW QUEUE/CHARACTERISTICS
Displays information about queue characteristics defined for the system. A characteristic is a user-defined attribute of a batch or output queue, such as ink color. FormatSHOW QUEUE/CHARACTERISTICS Parameter
DescriptionThe SHOW QUEUE/CHARACTERISTICS command displays the characteristic name and number of characteristics defined for the system. To see which characteristics are associated with a particular queue, use the SHOW QUEUE command with the /FULL qualifier. Qualifier
|
| #1 |
|---|
$ SHOW QUEUE/CHARACTERISTICS
Characteristic name Number
------------------- ------
BLUEINK 6
BROWNINK 25
COLOR_CHART 1
REDINK 0
TEXMAC_JOB 2
|
The SHOW QUEUE/CHARACTERISTICS command in this example displays all the characteristics that have been defined for this system.
| #2 |
|---|
$ SHOW QUEUE/CHARACTERISTICS *INK
Characteristic name Number
------------------- ------
BLUEINK 6
BROWNINK 25
REDINK 0
|
The SHOW QUEUE/CHARACTERISTICS command in this example displays the name and number of all characteristics that end with INK.
| Previous | Next | Contents | Index |