[UNIX, Linux, Windows, IBM i]

DELETE COMMINFO (delete communications information) on Multiplatforms

Use the MQSC command DELETE COMMINFO to delete a communication information object.

Using MQSC commands

For information on how you use MQSC commands, see Performing local administration tasks using MQSC commands.

Synonym: DEL COMMINFO

DELETE COMMINFO

Read syntax diagramSkip visual syntax diagram DELETE COMMINFO ( comminfo name ) IGNSTATE(NO)1IGNSTATE(YES)
Notes:
  • 1 Valid only on AIX®, Linux®, and Windows.

Parameter descriptions for DELETE COMMINFO

(comminfo name)
The name of the communications information object to be deleted. This is required.
[MQ 9.2.1 Dec 2020][AIX, Linux, Windows]IGNSTATE
This parameter allows you to specify whether you want the command to return an error code if the object is already in the state the command moves it to.
A value of YES means the return code and message are the same as if the MQSC object has not been deleted.

A value of NO means that the return code is zero, even if the object has been deleted. This is the default value.