Previous | Contents | Index |
Deletes the definition of a queue characteristic previously established with the DEFINE/CHARACTERISTIC command. The /CHARACTERISTIC qualifier is required.Requires OPER (operator) privilege.
DELETE/CHARACTERISTIC characteristic-name
characteristic-name
Specifies the name of the characteristic to be deleted.
The DELETE/CHARACTERISTIC command deletes a characteristic from the system characteristic table.To modify a characteristic's name or number, you must delete and redefine the characteristic.
/LOG
/NOLOG (default)
Controls whether the DELETE/CHARACTERISTIC command displays the name of each characteristic after its deletion.
$ DEFINE/CHARACTERISTIC BLUE 7 . . . $ DELETE/CHARACTERISTIC BLUE $ DEFINE/CHARACTERISTIC BLUE_INK 7 |
The DEFINE/CHARACTERISTIC command in this example establishes the characteristic BLUE, with number 7, to mean blue ink ribbons for printers. To change the name of the characteristic, enter the DELETE/CHARACTERISTIC command. Then enter another DEFINE/CHARACTERISTIC command to rename the characteristic to BLUE_INK, using the characteristic number 7.
Previous | Next | Contents | Index |