ALTER QALIAS

Use the MQSC command ALTER QALIAS to alter the parameters of an alias queue.

Synonym: ALT QA

ALTER QALIAS

Read syntax diagramSkip visual syntax diagram ALTER QALIAS ( q-name ) FORCECMDSCOPE(' ')CMDSCOPE(qmgr-name)1CMDSCOPE(*)12QSGDISP(QMGR)QSGDISP(COPY)QSGDISP(GROUP)1QSGDISP(PRIVATE)2common q attrsalias q attrs
Common q attrs
Read syntax diagramSkip visual syntax diagramCUSTOM(string)DEFPRTY(integer)DEFPSIST(NOYES)DESCR(string)PROPCTL(ALLCOMPATFORCENONEV6COMPAT)PUT(ENABLEDDISABLED)
Alias q attrs
Read syntax diagramSkip visual syntax diagramCLUSTER(clustername)CLUSNL(nlname)CLWLPRTY(integer)CLWLRANK(integer)DEFBIND(OPENNOTFIXEDGROUP)DEFPRESP(SYNCASYNC)DEFREADA(NOYESDISABLED)GET(ENABLEDDISABLED)SCOPE(QMGRCELL3)4TARGET(string)5TARGTYPE(QUEUETOPIC)
Notes:
  • 1 Valid only on z/OS® when the queue manager is a member of a queue-sharing group.
  • 2 Valid only on z/OS.
  • 3 Valid only on Windows, UNIX, and Linux® systems.
  • 4 Not valid on z/OS.
  • 5 The TARGQ parameter, defined in IBM® WebSphere® MQ 6.0, is renamed to TARGET from version 7.0 and generalized to allow you to specify the name of either a queue or a topic. The default value for TARGET is a queue, therefore TARGET(my_queue_name) is the same as TARGQ(my_queue_name). The TARGQ attribute is retained for compatibility with your existing programs.

The parameters are described in ALTER queues.