Hi,
I want to build a batch macro based on below conditions::
Input Data stream 1
Input data stream 2: Here I have groups and given them a sequence number
I want to pass one set of group from data stream 2 and union them with data stream 1 inside the macro.
I want to to this for all groups one group at a time . I am doing this because there row based operations involved which requires rows to be passed one by one , so before passing another group there must be transformation applied to previous set.
I am facing cross join kind of issues here.
Could you please guide?