Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Has anyone experienced this. Embedded question mark with quoted character literal confuses execSQL in thinking a parameter has not been supplied.
Hi,
i had similar problem… i had to tweak it… before EexcSql step, add a map step with one string “sQue” and hard code its value with ? and in ur query u can substitute varaible as below: (%sQue%. %sQue%, …)
HTH, AS