Call Unix shelscript from job control

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
sainath
Premium Member
Premium Member
Posts: 138
Joined: Fri Nov 19, 2004 3:57 pm

Call Unix shelscript from job control

Post by sainath »

Hi
I want to call unixshell script from job control and store the output value .
please share your thought,
thks
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Please investigate DSExecute() command.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

"Hmmm... I wonder how they are going to do that on a Windows server?"
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Well, there are known unknowns and unknown unknowns...

At least two possibilities spring to mind, one that they have installed 7.5x2 and therefore have MKS Toolkit or that they have MKS Toolkit or Cygwin (etc.) installed to emulate the UNIX environment, the other that they want to remotely execute a UNIX shell script via some mechanism such as rsh.
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