How to generate a list of parallel DataStage jobs that use a particular parameter or environment variable


Question

How do you generate a list of parallel DataStage jobs that use a particular parameter environment variable?

Answer

Open the DataStage Administrator Client

  1. Click on the Projects tab and select the project you would like to generate a list for.
  2. Click the Command Button
  3. In the command entry box type:
    LIST DS_JOBS WITH JOBTYPE = 3 AND EVAL "TRANS('DS_JOBOBJECTS','J\':@RECORD<5>:'\ROOT',14,'X')" LIKE ...<VARNAME>...

    <VARNAME> should be the name of the parameter or environment variable
    Example:
    LIST DS_JOBS WITH JOBTYPE = 3 AND EVAL "TRANS('DS_JOBOBJECTS','J\':@RECORD<5>:'\ROOT',14,'X')" LIKE ...TMPDIR...
  4. Click Execute
  5. If the output is on more than one page, click Next to page done and click Close when finished.

In this example, a job type of 3 is a parallel job. Valid job types value are:

0 = Server

1 = Mainframe

2 = Sequence

3 = Parallel






Popular posts from this blog

Shrink you container size up to 95%.

alma linux: dnf Module yaml error: Unexpected key in data