View previous topic :: View next topic |
Author |
Message |
arunmr4 Beginner
Joined: 19 Dec 2005 Posts: 23 Topics: 8
|
Posted: Thu Feb 09, 2006 12:29 pm Post subject: NODYNAM Compiler option |
|
|
Hi all,
Is it that for the compiler option NODYNAM to have any effect, both the called and calling programs should be NODYNAM?
Consider A as the calling program and B as the called program. All call statements were CALL 'LITERAL' (not IDENTIFIER)
I tried the following combinations
1. A(NODYNAM) ---> B(DYNAM) Recompiled B with changes and the latest load module of B was picked.
2. A(DYNAM) ---> B(NODYNAM) Recompiled B with changes and again the latest module of B was picked.
3. A(NODYNAM) ---> B(NODYNAM) Recompiled B with change. The latest module of B was not picked up.
In case 1 I expected the latest module not to be picked up (is my assumption wrong?). Are the above results as expected. I did searches but couldn't find the answer.
Regards,
Arun |
|
Back to top |
|
 |
arunmr4 Beginner
Joined: 19 Dec 2005 Posts: 23 Topics: 8
|
Posted: Mon Feb 13, 2006 12:42 am Post subject: |
|
|
Hl,
A yes or no answer for my question will do.
Regards,
Arun |
|
Back to top |
|
 |
|
|