Calling QS jobs from DS WITHOUT using the QS plug-in

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
AlexD
Participant
Posts: 3
Joined: Fri Mar 03, 2006 9:43 am
Location: London

Calling QS jobs from DS WITHOUT using the QS plug-in

Post by AlexD »

Hi,

For various reasons, I am not able to install the QS-for-DS plugin that allows you to run QualityStage jobs from within Datastage - parallel.

As someone fairly new to all this I am hoping there is an alternative way to achieve this.

Any help much appreciated.

thanks,
Alex
jhmckeever
Premium Member
Premium Member
Posts: 301
Joined: Thu Jul 14, 2005 10:27 am
Location: Melbourne, Australia
Contact:

Post by jhmckeever »

Hi Alex,

Look at the QualityStage Designer User Guide section 8-8 ("Running Jobs from the Command Line")

You can use the command:

Code: Select all

scriptname -ipe.env proc_env_file -ipe.env proj_env_file
The command is described in the manual. The available mode scripts are: File (.stp), DataStream (.scr), or PX (.par) depending upon how you want to execute your job.

You can wrap this as a custom Wrapped Stage. There are plenty of posts here on how to create wrapped stages.

HTH,
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