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

Transaction dump


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

New User


Joined: 23 Sep 2005
Posts: 91

PostPosted: Wed Apr 04, 2012 1:58 pm
Reply with quote

I am deleberatly genrating transaction dump using below syntax. The dump is generated but I dont want the CICS task to actually abend but the processing flow should continue.

The only reason I require DUMP to see the contents all the involved programs at certain point in the logical flow.

So question is can I generate dump without actually abending the task?
Back to top
View user's profile Send private message
mlp

New User


Joined: 23 Sep 2005
Posts: 91

PostPosted: Wed Apr 04, 2012 2:01 pm
Reply with quote

Forgot to post syntax.

Code:

EXEC CICS DUMP TRANSACTION COMPLETE                           
     DUMPCODE ('1234')
     RESP (TP-RESP-CODE)                             
     RESP2 (TP-RESP2-CODE)                           
END-EXEC                                             
Back to top
View user's profile Send private message
Peter cobolskolan

Active User


Joined: 06 Feb 2012
Posts: 104
Location: Sweden

PostPosted: Wed Apr 04, 2012 4:39 pm
Reply with quote

Why did you not test yourself, to find out that the EXEC CICS DUMP is just producing a transaction dump, and NOT abending the task, compared to EXEC CICS ABEND, which also produces a transaction dump AND abends???
If you run CEDF to debug your program you can se what you want.
Back to top
View user's profile Send private message
mlp

New User


Joined: 23 Sep 2005
Posts: 91

PostPosted: Thu Apr 12, 2012 11:56 am
Reply with quote

Can somebody answer my question?

Quote:
can I generate dump without actually abending the task?
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Thu Apr 12, 2012 12:04 pm
Reply with quote

I thought Peter had. Did you read what he said?
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Thu Apr 12, 2012 7:23 pm
Reply with quote

Wait wait... it sounds as if they DID try it, and the CICS task went down.

I think the real problem is that the CICS task abended even using the "DUMP" command.

Is that true?
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Thu Apr 12, 2012 7:37 pm
Reply with quote

Or abended for some reason irrelevant to the DUMP command, just by coincidence

If the DUMP actually caused an abend, talk to your support, since it shouldn't according to the documentation, there is probably something awry somewhere.
Back to top
View user's profile Send private message
mlp

New User


Joined: 23 Sep 2005
Posts: 91

PostPosted: Wed Apr 18, 2012 10:40 am
Reply with quote

I investigated this further and came to know that with the DUMP genration the HANDLE ABEND comes into picture and labled para for abend handling is executed and the consequent logical flow of the program is not executed.

Is this expected behavior? If yes then is there any work-around for this?
Back to top
View user's profile Send private message
Peter cobolskolan

Active User


Joined: 06 Feb 2012
Posts: 104
Location: Sweden

PostPosted: Wed Apr 18, 2012 10:59 am
Reply with quote

The Handle Abend is a very special command, and must be used with care. and can be used only if you really know what you are doing.
This doesn't seem to be the case.
The normal behavior is, of course, to handle an abend-situation.

Why have you included a Handle Abend?
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 How to identify the transaction categ... IMS DB/DC 3
No new posts Start CICS transaction every day at 2AM CICS 4
No new posts TWA size of the CPLT transaction CICS 0
No new posts Invoke IMS transaction from .NET IMS DB/DC 1
No new posts COOLGEN - DB2. -927 error while initi... DB2 8
Search our Forums:

Back to Top