Create a stream

Procedure

To create a stream to work with, do these steps:
  1. On the option line of the TSO Client Main Menu, type 2 and press Enter.
    The View and Stream panel opens.
  2. On the View and Stream panel, type 3 and press Enter.
    The Create Stream Specification panel opens. This panel is populated with the following information from the profile you selected when you started TSO Client and the execution environment for the stream creation function:
    • Platform: The platform on which you are running DevOps Code ClearCase®: WINDOWS or UNIX.
    • Host Name: The IP address or the hostname of the distributed system on which you are running the TSO Client server.
    • Port: The port number of the distributed system on which you are running DevOps Code ClearCase and the server component of TSO Client.
  3. Complete the following fields on this panel and then press Enter.
    • Stream type: Specify INT for an integration stream or DEV for a development stream.
    • Stream name: The name of the stream.
    • Parent Stream Name: This parameter is needed for a development stream. It must contain the name of the integration or other development stream that will be the new stream's parent.
    • Project Name: The name of the parent project, if the new stream is an integration stream.
    • Project VOB: The name of the project versioned object base (VOB) in which the project is stored. For an integration stream, specify the project VOB that is the stream's parent; for a development stream, specify the project VOB where the integration or development stream that will be the parent of the newly created stream resides.

Example

  • Create a new integration stream for UNIX

    Project VOB: /vobs/my_pvob
    Stream type: INT
    Stream name: my_int_stream
    Project Name: parent_project

  • Create a new development stream for WINDOWS

    Project vob: \my_pvob
    Stream type: DEV
    Stream name: my_dev_stream
    Parent Stream Name: parent_int_stream