Monday, 27 January 2014

To Run and Stop a Job Of DataSatge Through Unix

1.To run a DataStage Job:
       dsjob –run project_name job_name

2.If you have parameters to set or paratemeterset values to set for job Then unix command will be:
 dsjob –run –param variable_name=”VALUE” –param psParameterSet=”vsValueSet” project_name  job_name

3.To stop a DataStage job:
 dsjob –stop project_name job_name

3 comments:

  1. IBM ETL tool is really good and give best results when compared with other competitors DataStage

    ReplyDelete
  2. Yeah it's really great ETL tool to processes very large amount of data.

    ReplyDelete
  3. you can executes below commands also to run jobs.
    $DSHOME/bin/dsjob -run -wait -warn 0 -jobstatus Projectname Jobname

    ReplyDelete