View previous topic :: View next topic
|
Author |
Message |
v.suresh
New User
Joined: 29 Jun 2007 Posts: 5 Location: Bangalore
|
|
|
|
Hi Friends,
How to identify that is STATIC CALL or DYNAMIC CALL after seeing load module itself?(I don't have source code) |
|
Back to top |
|
 |
William Thompson
Global Moderator
Joined: 18 Nov 2006 Posts: 3156 Location: Tucson AZ
|
|
|
|
Search, it has been answered....... |
|
Back to top |
|
 |
chandracdac
New User
Joined: 15 Jun 2007 Posts: 92 Location: bangalore
|
|
|
|
by observing the declaration it self we can tell whether it is static or dynamic call |
|
Back to top |
|
 |
agkshirsagar
Active Member

Joined: 27 Feb 2007 Posts: 691 Location: Earth
|
|
|
|
chandracdac wrote: |
by observing the declaration it self we can tell whether it is static or dynamic call |
Newbie enthusiam!  |
|
Back to top |
|
 |
Balraj
New User
Joined: 16 Aug 2007 Posts: 34 Location: Bangalore
|
|
|
|
HI
In Static call we specify the subprogram name in call statement,
while in dynamic call we use variable in call statement. |
|
Back to top |
|
 |
stodolas
Active Member

Joined: 13 Jun 2007 Posts: 631 Location: Wisconsin
|
|
|
|
Balraj, how can you see that without the source code, using only the load module that the OP has. |
|
Back to top |
|
 |
|