Is there a technique using OIPI now, to sequentialy read data records and create a 4 column report filling the first column then the 2nd column and so on.
I usually do it creating 4 tables then printing TableA row1, TableB row1…….tableA row 30
Seems like all you need is one table, with 4 columns, that you fill up completely, then toss the entire thing at OIPI all at once when done (instead of sending to OIPI one row at a time). I suppose there is some maximum to how large this could be, but I know some of my reports do this and end up with a hundred pages or so.