Hi all
Here I come with one more oracle to db2 conversion doubt.
In oracle, we can call a procedure like this…
Procedure_name (variable1 => var1, variable2 => var2)
Which refers to passing the reference of the variable while calling. While converting this, I need to know whether this thing is possible in DB2 or not.
Thanks and regards,
sw_flintstone