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

How to handle a ABM0 abend within a COBOL-Program


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

New User


Joined: 16 Mar 2006
Posts: 21

PostPosted: Wed Dec 05, 2007 1:27 pm
Reply with quote

Hello,
how can i handle a ABM0 within a COBOL-Program
doesn't work
Code:
EXEC CICS                                     
     HANDLE             ABEND                 
                        LABEL(B8320-CHANG-LANG)
END-EXEC                                       


doesn't work
Code:
EXEC CICS  HANDLE       CONDITION             
                        ERROR(B8320-CHANG-LANG)
END-EXEC                 


or is it not posible to handle a ABM0?

cu
kregen
Back to top
View user's profile Send private message
NoListings

New User


Joined: 28 Oct 2006
Posts: 5
Location: Dallas, TX

PostPosted: Fri Dec 07, 2007 10:08 pm
Reply with quote

Are you issuing the HANDLE immediately before the SEND MAP? Is the SEND MAP in the same program? The HANDLE is pushed if you issue a CALL to the program that does the SEND.
CMAC simply says that a transaction dump will be created, so I would expect it to be trapped, unless you have an exit that is doing some selective trapping before it gets to your HANDLE. Does your HANDLE trap other abends?
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top