Discussion:
suppressing messages in the CICS/TS list que
(too old to reply)
Mary Rezeski
2003-11-03 17:58:14 UTC
Permalink
When we bring CICS/TS down the list que entry contains a lot of
informational messages and I've been asked to see if we can suppress some
of these. One such message is DFHPG0103. Does anyone know if there is a
way of suppressing messages in the CICS/TS output?

The only thing I can find in the manual is the MSGLVL option and that
controls what gets displayed on the console. I want to control what gets
put in the list que entry for CICS.

Thanks!
Mary


Never doubt that a small group of thoughtful, committed citizens can change
the world: indeed it is the only thing that ever has - Margaret Mead

Mary Rezeski
Senior Systems Programmer
Columbian Financial Group
(607) 724-2472 ext. 6101
R***@aol.com
2003-11-03 18:12:28 UTC
Permalink
Take a look at DFH$SXP1 in one of the PRDx libraries.
Mary Rezeski
2003-11-03 18:16:47 UTC
Permalink
I see what you mean.....DFH$SXP1 will do the trick.

Thanks for the tip!!
Mary

Never doubt that a small group of thoughtful, committed citizens can change
the world: indeed it is the only thing that ever has - Margaret Mead

Mary Rezeski
Senior Systems Programmer
Columbian Financial Group
(607) 724-2472 ext. 6101



***@aol.co
m To: "VSE Discussion List" <vse-***@Lehigh.EDU>
Sent by: cc:
owner-vse-***@Le Subject: Re: suppressing messages in the CICS/TS list que
high.EDU


11/03/03 01:11
PM
Please respond
to vse-l






Take a look at DFH$SXP1 in one of the PRDx libraries.
Mary Rezeski
2003-11-03 20:00:35 UTC
Permalink
I coded the DFH$SPX1 exit and put it in PRD2.CONFIG which is first in the
search chain in the CICS JCL. I recycled CICS but is it not suppressing
the message in the list que. Do you know where this exit is documented?
I'm trying to figure out if you have to do anything else besides make it
accessible via the LIBDEF to get CICS to see it.


Never doubt that a small group of thoughtful, committed citizens can change
the world: indeed it is the only thing that ever has - Margaret Mead

Mary Rezeski
Senior Systems Programmer
Columbian Financial Group
(607) 724-2472 ext. 6101



***@aol.co
m To: "VSE Discussion List" <vse-***@Lehigh.EDU>
Sent by: cc:
owner-vse-***@Le Subject: Re: suppressing messages in the CICS/TS list que
high.EDU


11/03/03 01:11
PM
Please respond
to vse-l






Take a look at DFH$SXP1 in one of the PRDx libraries.
R***@aol.com
2003-11-03 22:01:25 UTC
Permalink
Mary,

<<I recycled CICS but is it not suppressing the message in the list que. >>

Well, since this is an exit I suspect that it has to be enabled. This is
generally done in a PLT program with something similiar to the following:

EXEC CICS ENABLE PROGRAM('DFH$XPS1') EXIT('????????') START
NOHANDLE.

The EXIT name would change for each exit that's enabled. You'll have to look
up what name IBM needs for this exit.


Bob Botsis
Kroger Company
513.745.5487
***@aol.com
(I read and I remember,
I do and I understand)

Loading...