Missing dead-queue



Support for MQSeries and Websphere Message Oriented Middleware communication systems for z/OS

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!
clapclash
 
Posts: 26
Joined: Fri Dec 23, 2011 9:10 pm
Has thanked: 0 time
Been thanked: 0 time

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.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

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
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

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.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

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
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

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:
//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
clapclash
 
Posts: 26
Joined: Fri Dec 23, 2011 9:10 pm
Has thanked: 0 time
Been thanked: 0 time

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
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

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
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times

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.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

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.
Ed Goodman
 
Posts: 341
Joined: Thu Feb 24, 2011 12:05 am
Has thanked: 3 times
Been thanked: 17 times


Return to WebSphere MQ

 


  • Related topics
    Replies
    Views
    Last post