Enterprise PL/I AZUTC002 sample test case template (for AZUTSTRN runner)

The ZUnit Enterprise PL/I sample guides you through the process of configuring, generating, testing, and viewing results of a sample Enterprise PL/I test case template on the test runner (AZUTSTRN).

Before using this sample:
  1. Verify that you have access to the following resources:
    • A z/OS system with the XML Toolkit for z/OS installed.
    • Rational Developer for System z version 8.5 or later installed on Windows.
    • Rational Developer for System z version 8.5 or later data sets FEL.SFELSAMP and FEL.SFELLOAD installed on z/OS.
    • A connection to a z/OS system that is defined in the Remote Systems view.
  2. Verify that procedure FEL.SFELSAMP(AZUZUNIT) was customized according to the instructions in the xUnit support for Enterprise COBOL and PL/I.
  3. Verify that the z/OS Automated Unit Testing Framework (ZUnit) component is installed on the client:
    1. Click Help > About IBM Developer for z/OS.
    2. On the About IBM Developer for z/OS window, click Installation Details.
    3. On the IBM Developer for z/OS Installation Details window, click the Installed Software tab.
    4. Scroll through the list of installed features to find ZUnit feature. If this feature is installed you can complete the sample. If the ZUnit feature is not installed, use IBM Installation Manager to modify your installation of the client to include the ZUnit feature.
  4. Verify file mappings for the configuration and results files.
    Open the z/OS File System Mapping view and look for the following entries:
    Mapping Criterion Workstation File Extension Transfer Mode Host Code Page Local Code Page
    **AZUCFG azucfg binary UTF-8 UTF-8
    **AZURES azures binary UTF-8 UTF-8
    **AZUGEN xml binary UTF-8 UTF-8
    **AZUSCH xsd binary UTF-8 UTF-8
    **AZUTDT xml binary UTF-8 UTF-8
    If these entries do not exist, do one of these steps:
    • Create a workspace. Workspaces created by Rational Developer for System z version 8.5 or later include these mappings.
    • Add mappings with these characteristics to your current workspace. For instructions for creating file mappings, see Mapping data sets and partitioned data set members.
    • If push-to-client support is enabled on the remote system, you can add these mappings to the z/OS file system mapping configuration files so that they are downloaded to each client when it connects to the remote system. For more information about push-to-client, see Distribution of updates by using push-to-client.