Page 1 of 1

Wrapper jobs

Posted: Fri Apr 25, 2008 9:50 am
by saratha14
Explain me about wrapper jobs which is used to kick of the child datastage jobs?

Posted: Fri Apr 25, 2008 10:12 am
by ArndW
Everyone uses a different definition of a what a "wrapper job" could be. In my case I look at job sequences as wrapper jobs.

Posted: Fri Apr 25, 2008 12:20 pm
by kumar_s
Or is there any what, in your site, you using, wrapper stage to call job in it using dsjob command??

Posted: Fri Apr 25, 2008 4:08 pm
by Sudhindra_ps
hi,

You could make use of External Source stage to invoke OS scripts which uses Datastage API to trigger an ETL job. Now you could use this external source stage in your parallel job canvas. This master job which invokes other Datastage jobs are called as Wrapper jobs.

Thanks & regards
Sudhindra P S

Posted: Fri Apr 25, 2008 4:10 pm
by Sudhindra_ps
hi,

You could make use of External Source stage to invoke OS scripts which uses Datastage API to trigger an ETL job. Now you could use this external source stage in your parallel job canvas. This master job which invokes other Datastage jobs are called as Wrapper jobs.

Thanks & regards
Sudhindra P S

Posted: Fri Apr 25, 2008 8:20 pm
by kduke
Wrapper jobs used to be called "Batch" jobs. Batch jobs were the original sequences.

Posted: Sat Apr 26, 2008 6:22 am
by ray.wurlod
I'm still not certain what the original question means. Is it, perhaps, an interview question that you have faced?

Wrapper jobs

Posted: Tue Apr 29, 2008 9:29 pm
by saratha14
ray.wurlod wrote:I'm still not certain what the original question means. Is it, perhaps, an interview question that you have faced? ...
Hi ray,
In my project we are running the Datastage jobs through peoplesoft environment. I have a set of jobs in Datastage that inturn triggers someother datastage jobs. As for as understanding it could be a sequencer.

Thanks,
Saran.

Posted: Tue Apr 29, 2008 9:39 pm
by ray.wurlod
A suite of job sequences is the "within DataStage" solution.

If you are using a third party scheduling tool, then you need to create some scripts based around the DataStage command line interface, the dsjob command.