Previous Topic Next topic Print topic


Deploying a COBOL service to Enterprise Server

When deploying a COBOL service program that uses Object-oriented COBOL to an enterprise server, you must specify that any container used to run the service is not reused. To do this, configure the deployment settings as follows:

If the Service Interfaces window is not open, start cobimtk.

  1. Click File > Open and navigate to the directory containing the service interface you want to deploy.
  2. Double-click the .si file containing your service interfaces.
  3. In the Service Interfaces pane, right-click the service you want to deploy.
  4. Click Settings.
  5. Make sure that the Deployment Server tab is selected.
  6. Check Enable enterprise server run-time environment.
  7. Click Configure enterprise server run-time environment.
  8. Click the Deployment Characteristics tab.
  9. Uncheck Reuse container after application termination.
  10. Uncheck Reuse container after non-fatal run-time system error.
  11. Click OK.
  12. Click OK.

Enterprise Server does not support the use of object-oriented COBOL in CICS or JCL programs.

Previous Topic Next topic Print topic