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

Stop an integration server on IBM® z/OS® Container Extensions (zCX) by running the JCL job BIPXISTP.

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. By default, the integration server stops by quiescing. If it fails to stop, you can customize BIPXISTP to use the force option. If you want to remove the integration server Docker container, you must append the parameter rm to the stopace.sh command in the JCL. For more information, see Deleting an integration server on IBM z/OS Container Extensions (zCX) by using JCL, and Customizing the JCL.
  3. Submit the JCL job, BIPXISTP.

Results

The job BIPXISTP runs, and the integration server is stopped.