如何将MQ队列记录卸载到可读格式的文件中?

How to unload the MQ queue records into the file which is of readable format?

我有一个 MQ 队列,其中有 2K 条奇数记录需要卸载到文件中,并检查为什么我们的 INBOUND 进程没有使用这些记录。 我尝试使用以下命令示例将记录卸载到文件中:

qload -m ABCDE -iQueue1 -f/var/tmp/Queue1.qload

我还尝试将文件压缩到 linux。将其提取到 windows 中,当我在 windows 中打开文件时,它不可读。

您能否建议使用任何命令将队列卸载到可红色格式的文件中?

以下命令可用于使文件可读:

qload -fDEBVRPHV.CIBREP.DEAD.LETTER.qload_1 -fredable_file -dA 
qload -fDEBVRPHV.CIBREP.DEAD.LETTER.qload_1 -fredable_file_trial -da

where :
-d <Display Options>]
a         Add ASCII columns to HEX file
A         Write output file in ASCII lines rather than HEX