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

File downloaded using CG3Y to notepad, file format problem

Former Member
0 Likes
621

When file is downloaded from Application server using CG3Y to notepad, the data is not coming in line by line. Instead the second line in coming in the first line itself, when other files are coming line by line. After following some of the forums saying that the length should be 255 character when using CG3Y, my line is less than 255 characters. what can i do now?

Thanks in Advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
537

max length in CG3* is 255....if you have less than 255, not a problem, but you should use GUI_DOWNLOAD/UPLOAD if possible. Check to see if you need to insert CRLF at end of line. Search forum on how to do this (add CRLF, if you need this) since it's probably been asked a few hundred times.

When file is downloaded from Application server using CG3Y to notepad, the data is not coming in line by line. Instead the second line in coming in the first line itself, when other files are coming line by line. After following some of the forums saying that the length should be 255 character when using CG3Y, my line is less than 255 characters. what can i do now?

Thanks in Advance

2 REPLIES 2
Read only

Former Member
0 Likes
538

max length in CG3* is 255....if you have less than 255, not a problem, but you should use GUI_DOWNLOAD/UPLOAD if possible. Check to see if you need to insert CRLF at end of line. Search forum on how to do this (add CRLF, if you need this) since it's probably been asked a few hundred times.

Read only

0 Likes
537

I guess it is related to the file type that you are using. It might be a BIN type file but you might be using ASC while downloading it.