Page 1 of 1

Dsexecute equlent fn in PX library

Posted: Wed May 14, 2008 10:36 pm
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,

Posted: Fri May 16, 2008 6:32 am
by ray.wurlod
Any of the C functions that can execute a system call.