cherokee
26th August 2011, 21:14
Hello everyone,

I wonder if I can put in a program script a bshell command.

We are having DB problems and my DB want to do some testing.

Before a select statement like:

-- -set _OPTIM_PEEK_USER_BINDS = FALSE | <<--??? is there a way to do this?
select tdsls041*
from tdsls041
where tdsls041.....
endselect
-- -set _OPTIM_PEEK_USER_BINDS = TURE |

Thanks in advance,

JaapJD
29th August 2011, 09:28
You can use the setenv() 3GL function.