Created
March 12, 2015 12:50
-
-
Save oluies/a0e537414b9fdbc0db6f to your computer and use it in GitHub Desktop.
runmqdlq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* forward messagges to new Qmanager | |
inputqm('QM') inputq('DLQ') | |
DESTQ(QINMESSAGES) ACTION(FWD) fwdq(TOQ) fwdqm('TOQM') header(no) | |
* | |
inputqm('QM') inputq('DLQ') | |
DESTQM(QMINMESSAGES) ACTION(FWD) fwdq(&DESTQ) fwdqm('TOQM') header(no) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment