shell Scripting

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
balaya.ds
Participant
Posts: 27
Joined: Fri Dec 25, 2009 10:50 pm

shell Scripting

Post by balaya.ds »

how to run script from datastage?
Sudheer
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Sequence jobs allow you to call shell scripts directly. Server and Parallel jobs usually use the before or after job commands to execute shell scripts.
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

execute command activity , before / After job routine ...
Nag
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Specifically, one could use ExecSH before or after job to run a shell script (or any other operating system command) that is on the DataStage server. There are other ways, of course.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply