MQSC commands are written in human-readable form, that is, in EBCDIC text.
Figure 5 is an extract from an MQSC command file showing an MQSC command (DEFINE QLOCAL) with its attributes.
. . DEFINE QLOCAL(ORANGE.LOCAL.QUEUE) REPLACE + DESCR(' ') + PUT(ENABLED) + DEFPRTY(0) + DEFPSIST(NO) + GET(ENABLED) + MAXDEPTH(5000) + MAXMSGL(1024) + DEFSOPT(SHARED) + NOHARDENBO + USAGE(NORMAL) + NOTRIGGER; . .
For portability among WebSphere MQ environments, limit the line length in MQSC command files to 72 characters. The plus sign indicates that the command is continued on the next line.
Object attributes specified in MQSC are shown in this book in uppercase (for example, RQMNAME), although they are not case sensitive.
The WebSphere MQ Script (MQSC) Command Reference contains a description of each MQSC command and its syntax.
Notices |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
mqscomf |