Page 1 of 1

how to call a shellscript in middle of the job run

Posted: Sat Mar 18, 2006 11:32 pm
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

Posted: Sat Mar 18, 2006 11:48 pm
by kduke
DSExecute or ExecSH are the 2 most popular.

Posted: Sun Mar 19, 2006 3:26 am
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.

Posted: Mon Mar 20, 2006 7:21 am
by kumar_s
Is it possible to build a Wrapper stage with set of unix commands?

Posted: Tue Mar 21, 2006 4:41 am
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?