Skip to main content

Method to suppress the DOS window showing on an x91 function 35

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Message when running deployed application:

"Unable to find COBOL run time" even though Application Server has been installed onto the deployment machine and the PATH and COBDIR environment variables are pointing to the Application Server installation folder.

Resolution:

If you are deploying EXE's or DLL's it is worthwhile checking to see whether they are built to use Dynamic Binding - as this forces the application to search for the COBOL runtime using the path's set in the Windows registry.

If you build them and deploy them to not use Dynamic Binding the the application will look for the COBOL run time using the location set using the PATH and COBDIR  environment variables.

Old KB# 5430

0 replies

Be the first to reply!