how to call a shellscript in middle of the job run

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
scorpion
Participant
Posts: 144
Joined: Thu May 12, 2005 4:19 am

how to call a shellscript in middle of the job run

Post by scorpion »

hi all,

is there any scope to call a shell script in middle of the job run.
means it is not in before,after job sub routines.

tx
Thanx&Regards
scorpion
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

DSExecute or ExecSH are the 2 most popular.
Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Why? Surely "in the middle of the job run" presupposes "for every row". The whole point of PX is to do as much as possible in memory; starting new shells will hammer your throughput.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Is it possible to build a Wrapper stage with set of unix commands?
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
hhh
Participant
Posts: 86
Joined: Tue Aug 02, 2005 7:39 am

Post by hhh »

Yes, with wrapper stage u can call unix script.
kumar_s wrote:Is it possible to build a Wrapper stage with set of unix commands?
Post Reply