View previous topic :: View next topic |
Author |
Message |
erasani_p Beginner
Joined: 28 Jun 2004 Posts: 14 Topics: 10
|
Posted: Sun Jul 11, 2004 2:09 pm Post subject: Changing a static call to dynamic |
|
|
Hi,
After compiling a main program, can we change any subprogram calls which are static to dynamic. Please let me know.
Thanks
Prashanth |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Sun Jul 11, 2004 10:35 pm Post subject: |
|
|
Erasani_p,
Please be clear with your questions. What do you mean by ' After Compiling the main pgm'?
You can change a static call to a dynamic call by changing the call from a 'literal' to ws-label. Note that you do need to compile the pgm after making this change.
Hope this helps..
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|