Creating z/OS component versions from z/OS UNIX System Services

To create IBM® z/OS® component versions from z/OS UNIX System Services, submit the buztool.sh command from a z/OS UNIX shell.

Procedure

  1. Open a z/OS UNIX shell.
  2. Use the buztool.sh createzosversion command to create the component version.
    Table 1. Arguments for the buztool.sh 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.
    -s true The location of the ship list file.
    For example, the following command creates a new version in the CICSModules component:
    buztool.sh createzosversion -c CICSModules -v fixbug100 -s /u/ucduser/build/shiplist.xml
    If an argument contains spaces, enclose the argument in double quotation marks, as shown in the following example:
    buztool.sh createzosversion -c "CICS Modules" -v "fixbug 100" -s /u/ucduser/build/shiplist.xml

Results

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

Feedback