Wrapper jobs

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
saratha14
Participant
Posts: 27
Joined: Sun Jan 20, 2008 11:40 pm
Location: Jersey city, NJ

Wrapper jobs

Post by saratha14 »

Explain me about wrapper jobs which is used to kick of the child datastage jobs?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post 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.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Or is there any what, in your site, you using, wrapper stage to call job in it using dsjob command??
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Sudhindra_ps
Participant
Posts: 45
Joined: Thu Aug 31, 2006 3:13 am
Location: Bangalore

Post 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
Sudhindra_ps
Participant
Posts: 45
Joined: Thu Aug 31, 2006 3:13 am
Location: Bangalore

Post 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
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Wrapper jobs used to be called "Batch" jobs. Batch jobs were the original sequences.
Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I'm still not certain what the original question means. Is it, perhaps, an interview question that you have faced?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
saratha14
Participant
Posts: 27
Joined: Sun Jan 20, 2008 11:40 pm
Location: Jersey city, NJ

Wrapper jobs

Post 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.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply