I've a .SQL report I run. It spools to a filename, does the SELECT ... then spools off.

It always ends with "Input truncated to 9 characters"

What is this? Is it something to do with the 'spool off' command (which is 9 chars long!!)

e.g.

spool filename.lst

SELECT ....
FROM ....
WHERE ....
/

spool off