Shell Script

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
cnew
Participant
Posts: 5
Joined: Fri Oct 12, 2007 10:27 pm

Shell Script

Post by cnew »

Hi! how to run a shell script from job,i kknow in job properties u select EXECSH and but wehre to give the shell script file name. pls discuuss in detail???Thanks in advance.......
crouse
Charter Member
Charter Member
Posts: 204
Joined: Sun Oct 05, 2003 12:59 pm
Contact:

Post by crouse »

Is this by chance for an interview?
Craig Rouse
Griffin Resouces, Inc
www.griffinresources.com
ogmios
Participant
Posts: 659
Joined: Tue Mar 11, 2003 3:40 pm

Post by ogmios »

May I suggest getting a little bit of training... or playing with DataStage yourself for a couple of days. The help in DataStage itself is also pretty good.

You're not going to get far by dumping all questions you think you have on DataStage on this forum.
In theory there's no difference between theory and practice. In practice there is.
bkamila
Premium Member
Premium Member
Posts: 29
Joined: Tue Jun 14, 2005 5:01 pm
Location: Mascot

Re: Shell Script

Post by bkamila »

Create a routine to call the script.
BANA KAMILA
BI, Data Warehouse and Database Consultant
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In addition to what the others have suggested, please pay attention to maintaining professional standards of English. Not everyone reading posts here has English as a first language.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sachin1
Participant
Posts: 325
Joined: Wed May 30, 2007 7:42 am
Location: india

Re: Shell Script

Post by sachin1 »

You can use EXECSH as after job routine and give entire path of the script file you want to execute.
Post Reply