Input truncated coming in the sal generate report [message #313509] |
Sun, 13 April 2008 04:39 |
melvinRav
Messages: 43 Registered: April 2008 Location: India
|
Member |
|
|
I am facing a problem , i am generating report in csv format , but but the report always contains in the n + th line
the following, statement
Input truncated to 10 characters
I have no idea how thats coming ,
please help out if there is a way to avoid getting the input truncated
i use the following code at the starting
to create a new report
SET NEWPAGE 0
SET SPACE 0
SET LINESIZE 123
SET PAGESIZE 0
SET ECHO OFF
SET FEEDBACK OFF
SET HEADING OFF
|
|
|
|
|