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.
- Click File > Open and navigate to the directory containing the service interface you want to deploy.
- Double-click the .si file containing your service interfaces.
- In the Service Interfaces pane, right-click the service you want to deploy.
- Click Settings.
- Make sure that the Deployment Server tab is selected.
- Check Enable enterprise server run-time environment.
- Click Configure enterprise server run-time environment.
- Click the Deployment Characteristics tab.
- Uncheck Reuse container after application termination.
- Uncheck Reuse container after non-fatal run-time system error.
- Click OK.
- Click OK.
Enterprise Server does not support the use of object-oriented COBOL in CICS or JCL programs.