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
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
IBM ETL tool is really good and give best results when compared with other competitors DataStage
ReplyDeleteYeah it's really great ETL tool to processes very large amount of data.
ReplyDeleteyou can executes below commands also to run jobs.
ReplyDelete$DSHOME/bin/dsjob -run -wait -warn 0 -jobstatus Projectname Jobname