Skip to main content

call stack

  • January 24, 2013
  • 3 replies
  • 0 views

How can I access the call stack information to identify the program cal hierarchy like you get at abend.

3 replies

Stephen Hjerpe
  • Participating Frequently
  • 1100 replies
  • January 24, 2013

How can I access the call stack information to identify the program cal hierarchy like you get at abend.

Have you tried the Abend Diagnostic Report (ADR) facility (ACU_DUMP) .. ACUCOBOL-GT User's Guide

Version 9.0.1  Chapter 3: Debugger and Utilities > 3.1 Runtime Debugger > 3.1.9 Using the Abend Diagnostic Report (ADR)


  • Author
  • Rocketeer
  • 19312 replies
  • January 24, 2013

How can I access the call stack information to identify the program cal hierarchy like you get at abend.

I want to store the call stack when I choose. Is there a call to access this info?


Stephen Hjerpe
  • Participating Frequently
  • 1100 replies
  • January 24, 2013

How can I access the call stack information to identify the program cal hierarchy like you get at abend.

No, not at this time, currently you can use C$CALLEDBY to get the caller but that is all it provides. You can contact Customer Care and request this enhancement.