do db2 have unnamed procedure like oracle?
for example:
in oracle,this code can be executed:
declare
..
begin
...
end;
but in db2,it seems it cannot be executed.
do anyone have some advice?
My task is to be responsible for converting oracle code to db2 code.
can you help me in this question?
thanks in advance