spool adds lines to each record [message #273215] |
Tue, 09 October 2007 10:01 |
lmayer
Messages: 8 Registered: December 2006
|
Junior Member |
|
|
Morning,
I have a spool file that has three select statements the 1st sets the header record the second creates 5 lines of information. The last statement creates the trailer record. The problem is I can have a header one line and a trailer with no problem like so
HR
01
TR
But when I add the another line I get a space between the next record and the TR record. Like this:
HR
01
02
TR
I've tried multiple combinations of the 5 lines, 01,02TR 02,03TR ect ect. and the same thing happens.
I've set the commands ate the top like so:
set termout off
set pagesize 0
set linesize 600
set newpage 0
set verify off
set echo off
set heading off
set feedback off
Can anyone help me with this?
Thanks in advance.
Laura
|
|
|
|
|
|
|
|