In SQl Server its possible to concoct a string representing a sql command and then execute it within a stored procedure. This overcomes the problem of receiving 'peices' of a command as a parameter, such as a list of values for an IN phrase, because it allows you to merge them with the string version of the command.
Does DB2 enable this?
Thanks,
Kimball Johnson