This article explains how to substitute the executable of your service manually.
Problem:
Is it necessary to delete and redeploy a service to Enterprise Server if the code has been changed, but the interface has not?
Resolution:
If you know the path where the service is deployed, you can substitute the executable of your service with the new version by hand, without any need to delete and redeploy. As the COBOL runtime container will be working in physical cancel mode by default, the code is loaded from disk every single time, so the problem of updating the version of the service in memory doesn't exist.
#Server
#netexpress
#COBOL
#EnterpriseServer
#Enterprise