View previous topic :: View next topic |
Author |
Message |
bauer Intermediate
Joined: 10 Oct 2003 Posts: 315 Topics: 49 Location: Germany
|
Posted: Mon Feb 06, 2006 4:00 am Post subject: Figure out "calling path" PL1 program / LE environ |
|
|
Hi all,
is there any possibility to get the "calling path" using PL1 and LE environment.
Sample: routine A call B, B call C. During executing routine C I want to find out that C was called from B and B was called from A.
PLIDUMP builtin function is of course known to me. But I like to call any function, which gives back the calling path or calling procedure. I cann't find any builtin function.
In non LE environment I have a solution by analysing the DSA chain, but this solution dosn't work in LE env.
Any comments, hints, links ?
bauer |
|
Back to top |
|
 |
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Fri Feb 17, 2006 10:10 am Post subject: |
|
|
bauer,
Maybe these links would help you. (Opens PDF files)
Working Smarter by J B Moore 1
Working Smarter by J B Moore 2 _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
 |
bauer Intermediate
Joined: 10 Oct 2003 Posts: 315 Topics: 49 Location: Germany
|
Posted: Tue Feb 21, 2006 8:41 am Post subject: |
|
|
Helpful link, thank you ! |
|
Back to top |
|
 |
|
|