Missing dead-queue

Support for MQSeries and Websphere Message Oriented Middleware communication systems for z/OS
clapclash
Posts: 26
Joined: Fri Dec 23, 2011 9:10 pm
Skillset: jcl
Referer: internet

Missing dead-queue

Postby clapclash » Thu Oct 25, 2012 7:03 pm

Hi everyone!
I am trying to complete a really simple jcl program, but I need to find the location or even better the name of the dead-letter queue. I am quite sure that it is not a default name because the previous programmer changed the name.
Can you please help to locate the dead-letter queue?
Thanks!

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: Missing dead-queue

Postby Robert Sample » Thu Oct 25, 2012 7:40 pm

Are you referring to SMTP, or to MQ SERIES, or to some other system function that you did not bother to tell us? "Dead letter queue" is not a term commonly used on mainframes, so it may very well be something specific to your site, in which case nobody on this forum is likely to be able to help you.

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: Missing dead-queue

Postby enrico-sorichetti » Thu Oct 25, 2012 7:45 pm

I am quite sure that it is not a default name because the previous programmer changed the name.


please think about it....
how are we supposed to know what the previous programmer did ??? :evil:
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: Missing dead-queue

Postby dick scherrer » Thu Oct 25, 2012 8:02 pm

Hello,

If you post what you are trying to run (using the Code tag) and explain what you are trying to accomplish and where there is an issue, someone may have a suggestion.
Hope this helps,
d.sch.

NicC
Global moderator
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
Referer: Google
Location: Pushing up the daisies (almost)

Re: Missing dead-queue

Postby NicC » Thu Oct 25, 2012 8:51 pm

A JCL program? JCL is not a programming language but is for Job Control. So, are you creating a program or the JCL to run a program?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic

clapclash
Posts: 26
Joined: Fri Dec 23, 2011 9:10 pm
Skillset: jcl
Referer: internet

Re: Missing dead-queue

Postby clapclash » Thu Oct 25, 2012 10:06 pm

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:

Code: Select all

//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

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: Missing dead-queue

Postby dick scherrer » Thu Oct 25, 2012 10:21 pm

Hello,

You have posted the compile JCL and linkedit control statements.

How does this relate to a dead-letter queue?

If some diagnostic info is presented, you need to post it (copy/paste - do not retype).
Hope this helps,
d.sch.

User avatar
Pedro
Posts: 686
Joined: Thu Jul 31, 2008 9:59 pm
Skillset: ISPF
Referer: google
Location: Silicon Valley

Re: Missing dead-queue

Postby Pedro » Fri Oct 26, 2012 1:21 am

Presumably, you asked in this forum because MQ Series has ISPF panels. However, this forum is to discuss how to do things in TSO and ISPF. Because the people here know ISPF, that fact should not imply that we know how to configure MQ Series.

You will be better served to ask your question in an MQ Series forum
Pedro Vera

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: Missing dead-queue

Postby dick scherrer » Fri Oct 26, 2012 2:16 am

Thanks Pedro,

Topic relocated to the Websphere MQ part of the forum.

But even there, i'm not sure how the posted info relates to the question . . .
Hope this helps,
d.sch.

Ed Goodman
Posts: 341
Joined: Thu Feb 24, 2011 12:05 am
Skillset: 30 years on IBM mainframes
Referer: Searched for Frank Yeager

Re: Missing dead-queue

Postby Ed Goodman » Fri Oct 26, 2012 9:45 pm

I would start by looking at all of the files starting with WMQ.V6R0, since that is where the stub lives. There may be some configuration members in those PDSs.


  • Similar Topics
    Replies
    Views
    Last post