Issue with redirecting a ISQL output to a file

Hi all,

I have wrote a script to redirect the output of Sybase query to a file.
Its a single XML message i am fetching with sybase query.

The problem i faced here is the XML message line crosses the normal line limit in unix.

Could some please help me how to get complete xml message into a file.

Thanks
Ravin

I wasn't aware such a thing as a "normal line limit" existed in Unix. Perhaps it's a restriction in "ISQL"?

Maybe your query should write some newlines?

Without seeing any code, or an actual error message - not to mention what an "XML message" is - it's hard to say exactly what your problem might be.