Trying to send a mainframe file to multiple destinations using the DQMLIST command. We're running version 8.1.8 on the mainframe queue manager and on our Windows hub queue manager. Here are our parms in MVS:
-LQM mainframeQM
-SQM mainframeQM
-OQM WindowsQM
-DQMLIST \windowsnode\DATA_01\WD\DATA\EAI\MIAGROINV.DQM
-SPATH WDSCQ.XFER.SOURCE.FILE(+0)
-TYPE TEXT
-MODE NOREPLACE
-LABEL ONE.TO.MANY.FILESSEND
Here's the content of DQMLIST file:
-DQM WindowsQM –DPATH \\TRKMGAI01W\T\TEST\SQA\MIA\DNLD\GROCORD.TXT
-DQM WindowsQM –DPATH \\TRKMHDQ01W\T\TEST\SQA\MIA\DNLD\GROCORD.TXT
-DQM WindowsQM –DPATH \\TRKMBAL01W\T\TEST\SQA\MIA\DNLD\GROCORD.TXT
The Error received in the MVS job:
Failed to open file '\\windowsnode\DATA_01\WD\DATA\EAI\MIAGROINV.DQM'!
createFtfRequest failed -
Does the DQMLIST argument need to be in MVS?
mvh