Application Development and Automation 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: 
Read only

Need transfering large data to Application server file

Former Member
0 Likes
412

Hi,

I have structure which is contains large amount of data its length is greater than 512 characters all the characters after 512 chars it is going to truncated.

Here is using Opendata set for output encoding default.

please give me a solution ASAP .

Thanks in advace.

MK.

Hi,

I have structure which is contains large amount of data its length is greater than 512 characters all the characters after 512 chars it is going to truncated.

Here is using Opendata set for output encoding default.

please give me a solution ASAP .

Thanks in advace.

MK.

1 REPLY 1
Read only

Former Member
0 Likes
366

How long is the length of the transfer record you are using when transfer data to serfile your open data set routine, is it longer then 512?

How are you view the file contents, if using AL11 it will truncate the view to the first 512 however the file actually delivered to the file system will contain more than the 512 bytes displayed in AL11.

Reward if helpfull.