Creating a DataStage job that includes a Data service connector

You can create a DataStage® job that includes a Data Service connector.

Procedure

To create a job that includes a Data service connector:

  1. In a project, create a DataStage flow.
  2. Drag the Data service connector from the palette to the DataStage designer canvas as a source or target. Add other objects as needed.
  3. Double-click the Data service connector to open its properties panel.
  4. Optional: On the Stage tab, click Setting > Data Service to open the runtime settings and set an alias for the data service. Then, click Save.

    If you do not specify an alias, the name of the DataStage flow in spinal case is used.

  5. Optional: Set the period of time to remain active after the last request received with the TTL property. The default value is 900 seconds.
  6. Compile the flow.
    When the flow compiles successfully, the data service endpoint and curl execution command are generated and available for you in the DataStage flow settings page to use when you run the job.