IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Looking into CICS log after a program run


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Felix61

New User


Joined: 09 Apr 2009
Posts: 14
Location: NJ

PostPosted: Thu Apr 09, 2009 9:24 pm
Reply with quote

Hi
How is it possible to look into CICS log after a program run? (by ceci command)
How can I check the CICS log after the program run?
Thank you.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu Apr 09, 2009 9:46 pm
Reply with quote

Specifically what CICS log?
A little more information would help.
Just what are you trying do?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Apr 09, 2009 9:54 pm
Reply with quote

Hello and welcome to the forum,

You might look at the MSGUSR sysout for the particular CICS region.

CECI is restricted on many systems. . .
Back to top
View user's profile Send private message
Felix61

New User


Joined: 09 Apr 2009
Posts: 14
Location: NJ

PostPosted: Thu Apr 09, 2009 10:05 pm
Reply with quote

Well, i have a program (a coupling facility if it rings a bell) which i executed by ceci link prog(abcdprog). The result is normal, but how can i see the messages or the TDQ which program creates?
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Thu Apr 09, 2009 11:07 pm
Reply with quote

If it's MSGUSR that you're referring to, just go to SDSF (DA) and expand the CICS Job associated with the target region.

Is the program writing to a specific TDQ, such as CSMT?

You can issue -

Code:

CEMT INQ TDQ(C*)


And look for IBM direct/indirrect destinations.

Regards,
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Thu Apr 09, 2009 11:07 pm
Reply with quote

Ask your cics support group or your peers to teach you to use
CECI to read TDQ
Back to top
View user's profile Send private message
Felix61

New User


Joined: 09 Apr 2009
Posts: 14
Location: NJ

PostPosted: Fri Apr 10, 2009 12:14 am
Reply with quote

Bill O'Boyle wrote:
If it's MSGUSR that you're referring to, just go to SDSF (DA) and expand the CICS Job associated with the target region.

Is the program writing to a specific TDQ, such as CSMT?

You can issue -

Code:

CEMT INQ TDQ(C*)


And look for IBM direct/indirrect destinations.

Regards,



Thanks,
I did cemt and all I got is this:

CEMT I TDQ(MSGS)
STATUS: RESULTS - OVERTYPE TO MODIFY
Tdq(MSGS) Ind Nam(AMSG)

RESPONSE: NORMAL

But how to look at the data in it?
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Sat Apr 11, 2009 12:20 am
Reply with quote

try using the CECI transaction to read the tdq
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top