IBM Support

How to test if IBM Developer for z/OS ZUnit is correctly configured on the host?

How To


Summary

IBM z/OS Dynamic Test Runner needs to be installed and configured on the host to use ZUnit in IBM Developer for z/OS.
This document provides an example of an installation verification program in a stand-alone JCL.

Objective

The attached JCL contains an inline COBOL program and ZUnit test case.
It compiles and links them and also records and replays the execution with the z/OS Dynamic Test Runner.

Environment

z/OS

Steps

  • Edit the attached JCL
  • Customize the job card 
  • Customize the libraries at the beginning to match your environment:
//* location of LE libraries
// SET CEE='CEE'
//* location of the COBOL compiler library
// SET IGY='IGY.V6R3M0.SIGYCOMP'
//* location of the z/OS Dynamic Test Runner (BZU)
// SET BZU='BZU' HLQ for BZULOAD library
//* location of the relinked BZULLEP
// SET BZULLEP='BZU.SBZULLEP'
  • Submit the JCL
  • JCL ends with return code 4 and VERIFY step with return code 0

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB35","label":"Mainframe SW"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSTRMM","label":"IBM Developer for z\/OS - SSTRMM"},"ARM Category":[{"code":"a8m0z00000009NkAAI","label":"IDz Family-\u003EzUnit"}],"ARM Case Number":"","Platform":[{"code":"PF035","label":"z\/OS"}],"Version":"15.0.0"}]

Product Synonym

IDz

Document Information

Modified date:
22 December 2022

UID

ibm16850797