We are running Visual COBOL 5.0 compiled to native code and running on Windows 10 with a DB2 database hosted on AIX. When we run that code, SQL queries using HIGH-VALUES and LOW-VALUES moved into host variables work as expected. When we try to run the same executables/workload bound against the same db running in a Windows Docker container, the values for high-values and low-values or incorrect and queries using those COBOL values fail. How do we configure our Windows Docker environment for consistent use of low-values and high-values?
#docker
#Windows
#High-values
#VisualCOBOL
#LOW-VALUES




