running quality stage job in between ETL job

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
samsuf2002
Premium Member
Premium Member
Posts: 397
Joined: Wed Apr 12, 2006 2:28 pm
Location: Tennesse

running quality stage job in between ETL job

Post by samsuf2002 »

I want to run a quality stage job in the middle of my datastage job process , both are on the same server , going down in the process of daily loads i may have to automate the whole process including quality stage in it . How can i schedule and run the quality stage job from scheduling script. I am new to quality stage so can any one please help on this.

Thanks
in
Advance
hi sam here
jhmckeever
Premium Member
Premium Member
Posts: 301
Joined: Thu Jul 14, 2005 10:27 am
Location: Melbourne, Australia
Contact:

Post by jhmckeever »

From within a DataStage job you could:

1. Use a Command stage in a sequence to execute your QualityStage job by supplying a shell command to call your job, an example of which is <a href="viewtopic.php?t=118639">here</a>.

2. Use the QualityStage plugin (configured in manager) to execute your QS job.

From a scheduling script (presumably under the control of some scheduling tool like cron) you can use the same technique as 1 above.

J.
<b>John McKeever</b>
Data Migrators
<b><a href="https://www.mettleci.com">MettleCI</a> - DevOps for DataStage</b>
<a href="http://www.datamigrators.com/"><img src="https://www.datamigrators.com/assets/im ... l.png"></a>
Post Reply