I use tutorial project - 03_01_Simple_structure.
If I run it in Visual COBOL on Windows, Environment Variables are working, COBOL executable code can access them in the console windows.
But I run the same code with correct Environment Variables Path on RED HAT Enterprise. The executable code complains not finding them. I need to copy the PATH into the code to replace the Environment Variables, that works !
Could someone help me to confirm that -
That might be the issue on my Linux machine only, or that might be a little bug with Visual COBOL tools on LINUX.
Appreciated.
#EnvironmentVariableinCOBOL
#redhat
#Windows









