Hi,
can anybody explain the scope of an environment variable to me?
With the LE callable service CEEENV I was able to set an environment variable within a COBOL program and to read it by the same program.
But my aim was to create something like a "global variable" that is valid even after the termination of my cobol program.
However, if I have a program A that sets an environment variable, I am not able to read this environment variable with a program B. (I tried it with IMS MPPs, if it is relevant)
So my question is: Did I make a mistake somewhere or are "environment variable" the wrong concept for my purpose?
(I have searched the "LE concept guide" before, but I didn't find useful information there)
Best regards!