R
Ramz
Hi
I am facing a peculiar problem. Our programs(C/C++) runs on mainframes
z/Os and is organized in the form of DLLs.
We are running a batch job and have declared a Global variable in a
file. The value of the variable gets set in a program P1 from which,
another function F1() is being called.
In F1, when i access the value of the Global variable,it's coming out
as 0. However, when i run the same program as a job on AIX, i am able
to see the exact value.
Pls. suggest whether there's any different way in which it should be
carried out with a DLL concept ?
Pls. help asap.
I am facing a peculiar problem. Our programs(C/C++) runs on mainframes
z/Os and is organized in the form of DLLs.
We are running a batch job and have declared a Global variable in a
file. The value of the variable gets set in a program P1 from which,
another function F1() is being called.
In F1, when i access the value of the Global variable,it's coming out
as 0. However, when i run the same program as a job on AIX, i am able
to see the exact value.
Pls. suggest whether there's any different way in which it should be
carried out with a DLL concept ?
Pls. help asap.