Dsexecute equlent fn in PX library

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
shrey3a
Premium Member
Premium Member
Posts: 234
Joined: Sun Nov 21, 2004 10:41 pm

Dsexecute equlent fn in PX library

Post by shrey3a »

Gurus,

I have the below routine in server edition

cmd = "cd /opt/isproj/ctl/ && ./ctlAccess" :" " :Arg1
Call DSExecute("UNIX",cmd,Output,SystemReturnCode)
Ans = Output

Seems like DSExecute is not present available in binary .so for 8.1.

I'm searching for the equlent function for DSExecute which can used in parallel routine to compile the code.

Regards,
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Any of the C functions that can execute a system call.
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