Thank you for your replies!
I am referring to MQ SERIES and I just want to find the name of the Dead-letter queue, as I do not know how to find it in WebSphere MQ using the ISPF panels.
Basically JCL runs a payment program:
//PAY JOB MSGCLASS=H
//PROCS JCLLIB ORDER=CBC.SCCNPRC
//CLG EXEC EDCCPLG,
// INFILE=ZOS.LOAD.C(PAYMENT),
// CPARM='BOOK,CHECKOUT(ALL),SSCOM',
// LPARM='AMODE(31),MAP,XREF,BOOK,AC=1'
//COMPILE.SYSLIB DD DSN=WMQ.V6R0.SCSQ370,DISP=SHR
//LKED.SYSLIB DD DSN=CEE.SCEELKED,DISP=SHR
// DD DSN=WMQ.V6R0.SCSLOAD,DISP=SHR
//LKED.SYSLMOD DD DSN=ID067.LOAD(PAYMENT),DISP=SHR
//LKED.SYSIN DD *
INCLUDE SYSLIB(CSQSTUB)
ENTRY CEESTART
NAME PAYMENT(R)
/*
Using the WebSphere ISPF I need to find the name of the dead-letter queue. If you have any more questions please do not hesitate to ask