Search found 1 match

by ranabrata_r
Mon Jan 11, 2010 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can we list out all the jobs present in a DataStage Proj
Replies: 12
Views: 4624

Universe shell need help

robjones wrote:If you're familiar with the Universe shell, you can query the DS_JOBS table to find what you need.

You'd simply need to use:

SELECT NAME FROM DS_JOBS;
Hi robjones thanks for the reply but need help on universal Shell --- how can we run the query from Unix ?