cuetzpalin
Programmer
Hi,
I created a table based of another dataset and added a field that is a sequence number for each record.
The spool file should spool all the fields in a record on one line....basically concatenating all fields...
For example
0001 John Does 02/10/10
0002 Jane Doe 03/10/10
0003 Jack Box 01/01/10
I'm able to spool the file however it's not spooling in sequential order..
it's spooling like this...
0002 Jane Doe 03/10/10
0001 John Does 02/10/10
0003 Jack Box 01/01/10
How do I force it to spool the table as is? when I do a select * it diplays the records in the correct sequence.
Thanks in advance...
- John
I created a table based of another dataset and added a field that is a sequence number for each record.
The spool file should spool all the fields in a record on one line....basically concatenating all fields...
For example
0001 John Does 02/10/10
0002 Jane Doe 03/10/10
0003 Jack Box 01/01/10
I'm able to spool the file however it's not spooling in sequential order..
it's spooling like this...
0002 Jane Doe 03/10/10
0001 John Does 02/10/10
0003 Jack Box 01/01/10
How do I force it to spool the table as is? when I do a select * it diplays the records in the correct sequence.
Thanks in advance...
- John