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!
Missing dead-queue
-
- 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
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.
-
- 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
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 ???

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
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
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Missing dead-queue
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.
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.
d.sch.
-
- 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
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
Regards
Nic
Re: Missing dead-queue
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:
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
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
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Missing dead-queue
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).
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.
d.sch.
- Pedro
- Posts: 686
- Joined: Thu Jul 31, 2008 9:59 pm
- Skillset: ISPF
- Referer: google
- Location: Silicon Valley
Re: Missing dead-queue
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
You will be better served to ask your question in an MQ Series forum
Pedro Vera
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Missing dead-queue
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 . . .
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.
d.sch.
-
- 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
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
-
- 8
- 4314
-
by steve-myers
View the latest post
Sat Oct 16, 2021 8:59 pm
-
- 0
- 1204
-
by dran17
View the latest post
Thu Nov 03, 2022 12:49 am
-
- 1
- 1541
-
by willy jensen
View the latest post
Fri Feb 23, 2024 1:59 pm
-
-
How can I copy message queue files (LGMSG,SHMSG) in V9R1
by futohomok » Thu Jul 27, 2023 5:54 pm » in IMS DB/DC - 6
- 2042
-
by futohomok
View the latest post
Thu Aug 03, 2023 1:21 pm
-