Deleting an integration server on IBM z/OS Container Extensions (zCX) by using JCL

Delete an integration server by running the JCL job BIPXISTP with the rm parameter.

About this task

You can use your own JCL files, or the JCL files that are supplied with IBM® App Connect Enterprise on z/OS.

Procedure

  1. Set the environment variables in ENVFILE.
  2. Customize the JCL job BIPXISTP as advised in the job comments. To delete the integration server Docker container, use the rm command in docker by appending the parameter rm to the stopace.sh command in the JCL. If the integration server Docker container is running, it is stopped before it is deleted. For more information, see Customizing the JCL.
  3. Submit the JCL job, BIPXISTP.

Results

The JCL job BIPXISTP runs. The integration server is deleted.