Hi,
i´m developing a program that needs to update a field(status) in a ztable1 and afterwads insert a register in ztable2.
what i´ve done so far is:
1.- enqueue ztable1
2.- update field ztable1-status
3.- dequeue ztable1
4.- enqueue ztable2
5.- insert entry in ztable2
6.- dequeue ztable2
would it be best doing 1 4 2 5 3 6 instead?.
Any suggestion would be greatly appreciated.
Best regards.