Creating z/OS component versions from JCL#

To create IBM® z/OS® component versions from job control language (JCL), create and submit JCL to run the buztool.sh command.

Note: The JCL to run buztool.sh is changed in HCL Launch 6.2.5 to use the BPXBATCH utility. The JCL created before version 6.2.5 needs to be updated to follow the format in the new example.

  1. Create a JCL file in a partitioned data set and base the file on the sample in the high_level_qualifier.SBUZSAMP(BUZRJCL) file.

  2. Use the buztool.sh createzosversion command to create the component version.

    Parameter Required Description
    -c true The name of the component in HCL Launch. The component name can contain only letters, numbers, and spaces.
    -v false The name of the version to create. If a version is not specified, a version name is generated from the current time stamp. The version name can contain only letters, numbers, and spaces.
    -s true The location of the ship list file.
    -verb false To display a trace log, set this parameter to true. If verbose is specified with no value, it is assumed true. This value should always be set to false in all environments, unless additional logging is needed for a specific need. Setting this to true, can cause out of memory errors, if the log generated is immense.
    -o false Full path name of the file where the output of version creation is written.
    -t false The type of the version to create. Set to full to create a full version. Default is incremental.
    -to false Provides the UCD token used to authenticate the UCD server. This token can be created by UCD user who has access to create versions in the corresponding component. If the token is not provided, buztool takes the token from the <agent_home>/conf/installed.properties> server.tokenvalue to authenticate.

    For example, the following command creates a new version in the CICSModules component:

    /opt/ibm-ucd/agent/bin/buztool.sh "createzosversion" "-c" "CICSModules" "-v" "fixbug100" "-s" "/u/ucduser/build/shiplist.xml"

    As shown, you must enclose all arguments in double quotation marks.

  3. Modify the sample file to reflect your system configuration.

  4. Submit the JCL.

The content that the ship list file specifies is available in a component in HCL Launch.

Parent topic: Creating z/OS component versions