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

Finding the hierarchy of function calls.


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
srajendran

New User


Joined: 25 Sep 2006
Posts: 24

PostPosted: Tue Jul 31, 2007 8:33 pm
Reply with quote

Hi,

I need to find the function call hierarchy of a particular program.

for example : A calls B --> B calls C and C calls D. when the control is in D i need to find the hierarchy of calls. something like D > C > B > A.

I tried 'parse source' but i was able to find only the source and the current program names( in the above example : A and D)

I also have a condition that i should not pass any parameters in a function call.

Pls help me out !!!
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Jul 31, 2007 10:07 pm
Reply with quote

Quote:
I also have a condition that i should not pass any parameters in a function call.

HOMEWORK question ?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Aug 01, 2007 11:51 am
Reply with quote

Don't pass parameters; use the queue or ISPF pools to save the data across calls.

O.
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts VB to FB - Finding LRECL SYNCSORT 4
No new posts Calling an Open C library function in... CICS 1
No new posts DATE2 function SYNCSORT 15
No new posts Help on PL/I jsonPutValue function PL/I & Assembler 8
Search our Forums:

Back to Top