RUNSQLSTM can run many statements (using ';' between each one) but cannot
use parameters.
STRQMQRY can run only one statement but can use parameter.
Is there any way (interpreted or compiled) to run many satements using
parameters ? How ?
Thanks.
JC
HTH
Chris
How about multiple STRQMQRY statements in a compiled cl program with
parameters?
"Jean-Claude" <jean-cla...@wanadoo.fr> wrote in message
news:42b859c5$0$1255$8fcf...@news.wanadoo.fr...
For more information about stored procedures, look at one of the
following redbooks:
1. <a href="http://www.redbooks.ibm.com/abstracts/sg246393.html?Open"
target="_Blank">Modernizing IBM eServer iSeries Application Data
Access - A Roadmap Cornerstone</a>
2. <a href="http://www.redbooks.ibm.com/abstracts/sg246503.html?Open"
target="_Blank">Stored Procedures, Triggers and User Defined Functions
on DB2 Universal Database for iSeries
</a>
Birgitta
"Jean-Claude" <jean-cla...@wanadoo.fr> wrote in message news:<42b859c5$0$1255$8fcf...@news.wanadoo.fr>...