Hello,
I'm using a ksh progam and I'm calling dbaccess with a spooled .sql file. In this spool I can call another script by
echo "$( other_program.sh )"
and dbaccess will call this shell program, too.
What I'm not really shure about is, whether the other_program.sh can be a bash script or it must be a ksh script.
Hopefully this might help you.
Br,
