krenevla
13 years agoContributor
JDBC step- possibility to set SYSTEM_CONSTANT then do merge?
Hi,
I need to call "exec SYSTEM_CONSTANT.INST_CONTRACT_DML_QUALIFIED:=TRUE" before I am allowed to update one field in DB but problem is, that it seems that this constant is set to TRUE just for current session which is closed once step is finished.
Is it possible to call this together with merge in one step or "transfer" opened session from one step to another? Or only one option here is to use Groovy?
Hope it's clear what I asked, sorry if not
I need to call "exec SYSTEM_CONSTANT.INST_CONTRACT_DML_QUALIFIED:=TRUE" before I am allowed to update one field in DB but problem is, that it seems that this constant is set to TRUE just for current session which is closed once step is finished.
Is it possible to call this together with merge in one step or "transfer" opened session from one step to another? Or only one option here is to use Groovy?
Hope it's clear what I asked, sorry if not
