Re: Only getting format header on first file of a series

2008-09-03 Thread Dave Thacker
On Tuesday 02 September 2008 09:15:59 Rob Dixon wrote: > Dave Thacker wrote: > > On Monday 01 September 2008 20:29:27 Rob Dixon wrote: > >> $- = 0; > > > > Unfortunately, there's no change after inserting that assignment. > > Thanks for the other info on the improving the preparation of the SQL

Re: Only getting format header on first file of a series

2008-09-02 Thread Rob Dixon
Dave Thacker wrote: > On Monday 01 September 2008 20:29:27 Rob Dixon wrote: >> >> $- = 0; > > Unfortunately, there's no change after inserting that assignment. Thanks > for > the other info on the improving the preparation of the SQL statement. I'll > do that as soon as I get this resolved.

Re: Only getting format header on first file of a series

2008-09-01 Thread Dave Thacker
On Monday 01 September 2008 20:29:27 Rob Dixon wrote: > $- = 0; Unfortunately, there's no change after inserting that assignment. Thanks for the other info on the improving the preparation of the SQL statement. I'll do that as soon as I get this resolved. Any other ways to attack this? TIA

Re: Only getting format header on first file of a series

2008-09-01 Thread Rob Dixon
Dave Thacker wrote: > > Thanks for the help you folks gave me on my format problems earlier. I've > resolved those problems and moved to another! My program is supposed to > create a series of roster files. It creates the files, but only the first > file gets the header I defined in RF_TOP.

Only getting format header on first file of a series

2008-09-01 Thread Dave Thacker
Thanks for the help you folks gave me on my format problems earlier. I've resolved those problems and moved to another! My program is supposed to create a series of roster files. It creates the files, but only the first file gets the header I defined in RF_TOP. What do I need to change? T