Hello,
I have a requirement to append some members of a GDG together.
Let us a say, a GDG is defined with 60 members. However, I want to append the most recent 30 members into a single dataset.
Can anyone suggest how this can be done?
Also, I will be passing a value to determine how many GDG members to be clubbed together in a single file.
So, in a job run it is possible to use only recent 10 members and next run would require to append 30 members and some run would require to append 60 members together depending on a value. Is there a to dynamically do this?
Thank you,
Yogesh