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

How to display offset thru cobol program?


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

New User


Joined: 06 Jan 2015
Posts: 19
Location: Hyderabad, INDIA

PostPosted: Sun Apr 22, 2018 8:42 pm
Reply with quote

I have a scenario that our client requested to display the offset value on CICS screen when ever we get any ASRA(Soc7) abend.

Can we get the offset value in cobol program when the program is getting abend with ASRA(Soc7)?

Kindly help with the solution if any... icon_question.gif

Thanks in advance.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3048
Location: NYC,USA

PostPosted: Mon Apr 23, 2018 7:59 pm
Reply with quote

That's exactly why they created Dumps to investigate such abends. Look for the CICS dump analyzer tools available in the market to troubleshoot any such abends.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Wed Apr 25, 2018 1:06 pm
Reply with quote

But if you must: EXEC CICS ASSIGN ABOFFSET
Application Programming Reference wrote:
ABOFFSET(data-area)
Returns a fullword binary offset in bytes of an abend when the latest abend
with a code ASRA, ASRB, or ASRD occurred. If the abend is outside the
current program, a value of X’FFFFFFFF’ is returned. The data area is set to
binary zeros if no ASRA, ASRB, or ASRD abend occurred during the execution
of the issuing transaction, or if the abend originally occurred in a remote DPL
server program.

Use together with: EXEC CICS ASSIGN ABPROGRAM
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 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
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top