Scenario:
I build a macro; input to macro will be a dataset.
Problem:
dataset being passed to macro can have any number of columns & records.
it will be different everytime macro runs.
Macro is expecting me to bind the data; what if i have 15 columns and in next run only 5 columns.
How to hadle this ?
