Hi.
Need some help. I would like to process all records of my input, though 4 records at a time.
I've used a sample tool configured with 'First N (4) rows', then a Join to match, then outputting unmatched remaining records to an external file...to repeat the process. No luck getting either variation of macro (standard, batch, iterative) to loop through the records 4 at a time.
I suspect that i may need to crosstab/transpose the sample 4 records into a single row/record prior to passing through a macro, though based on some conditions, after the 4 are processed, may need to introduce the next 1 or 2 additonal record (record(s) #5, 6)
For example, 100 records, each with a single value of 1-10, process records #1-4, possibly #5, repeat same till all 100 are done.