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

transfer data problem

Former Member
0 Likes
290

hi all,

i am uploading a .txt file to the application server.

in my structure i have data.

then i used transfer statement. but in my input file one record size is 3000. but the record displayed only

1023 means one line.

can u please tell me is there any way to display full record.

Thanks in adance

Venkat

2 REPLIES 2
Read only

Former Member
0 Likes
272

hi Venkat,

Save the record on to your presentation server as a local file to view the entire file ...You can download that via CG3Y - to download file from application server.

Regards,

Santosh

Read only

Former Member
0 Likes
272

Hi,

In application server u cannot see more than taht much of length. If u download the data again then all the information i.e. the length of 3000 will be downloaded. So, there should be no real lose of data.

Regards,

Subbu