1.

Is The Mqsc Attributes Are Case Sensitive?

Answer»

MQSC commands, including their attributes, can be written in uppercase or lowercase. Object names in MQSC commands are folded to uppercase (that is, QUEUE and queue are not differentiated), unless the names are enclosed within SINGLE quotation marks. If quotation marks are not used, the object is processed with a name in uppercase.

SCRIPT COMMANDS : After entering in to queue manager we can find script commands. Script commands are same for every queue manager.(These Commands should be used in CAPITAL LETTERS)

  • DEFINE: To define/create MQ manager objects like queue, CHANNELS, process, and listener.
  • ALTER: to UPDATE or modify the existing objects
  • DISPLAY: to view all the properties of a particular object or to Display all objects
  • DELETE: to delete created objects
  • CLEAR: to clear the message from the queue
  • END :-to come out of the queue manager
  • PING :-to check whether other side channel / queue manager is ready to accept our REQUEST.
  • START :- to start the particular channel or listener
  • STOP :-to stop particular channel or listener
  • REFRESH :-used to refresh the security every time after giving or executing, set mgr or command for queue manager or object
  • RESET :-used to reset channel,cluster,queue manager
  • RESOLVE :-to resolve the channel which is in indoubt state
  • SUSPEND :-to suspend a queue manager from a cluster environment
  • RESUME :-to remove a queue manager from a cluster environment

MQSC commands, including their attributes, can be written in uppercase or lowercase. Object names in MQSC commands are folded to uppercase (that is, QUEUE and queue are not differentiated), unless the names are enclosed within single quotation marks. If quotation marks are not used, the object is processed with a name in uppercase.

SCRIPT COMMANDS : After entering in to queue manager we can find script commands. Script commands are same for every queue manager.(These Commands should be used in CAPITAL LETTERS)



Discussion

No Comment Found