Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Truncating to Output File

mattnewell
Explorer
0 Kudos

I am trying to create a 900 character output string line to an output file. For Some reason the output is truncating at around 550 characters. Any idea why this may be?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Matt,

Are you sure the file is truncated or do u display it by txn AL11 ?

Because AL11 truncate the display, but the file is correct.

Erwan

4 REPLIES 4

Former Member
0 Kudos

Hi,

take the field type to LRAW.

if it is aging giving the same truncation problem, try to read the same file (created by you) and then see, some times in application server it will not show full contents of a line.

Reward if helpful.

Thanks,

Sreeram.

Former Member
0 Kudos

Try with field type VARC...

Former Member
0 Kudos

Hi Matt,

Are you sure the file is truncated or do u display it by txn AL11 ?

Because AL11 truncate the display, but the file is correct.

Erwan

0 Kudos

That was it. I thought I was losing my sanity. Thank you very much