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 command.

Procedure

  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 createzosversion command to create the component version.
    Table 1. Arguments for the buztool createzosversion command
    Parameter Required Description
    -c true The name of the component in IBM UrbanCode™ Deploy. 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.
    Note: The version name must not end in a space.
    -s true The location of the ship list file.
    -verb false To display a trace log, set this parameter to true.
    For example, the following command creates a new version in the CICSModules component:
    buztool "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.

Results

The content that the ship list file specifies is available in a component in IBM UrbanCode Deploy.

Feedback