IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Text file transfer from unix 2 windows


IBM Mainframe Forums -> PC Guides & IT News
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hyuzen

New User


Joined: 10 Jul 2005
Posts: 58

PostPosted: Thu Feb 21, 2008 7:34 pm
Reply with quote

Hi All,
I have a text file zipped by gunzip in Unix and I transfer it to windows. After I unzip it by winrar or 7z it requires to be converted DOS format to edit that text file correctly. Otherwise data structure in the file corrupted due to LF conversion to CRLF.
File size is about 7 GB.
What I need to do to transfer that zipped file from unix to windows to edit correctly without converting to DOS format ?
Thanks in advance
Huseyin
Back to top
View user's profile Send private message
abhishekmdwivedi

New User


Joined: 22 Aug 2006
Posts: 95
Location: india

PostPosted: Fri Feb 22, 2008 2:51 pm
Reply with quote

Hi Huseyin,

I think you are using FTP to transfer your file to windows. While Transferring make sure the transfer mode is ASCII.
Back to top
View user's profile Send private message
stodolas

Active Member


Joined: 13 Jun 2007
Posts: 632
Location: Wisconsin

PostPosted: Fri Feb 22, 2008 6:45 pm
Reply with quote

You can not transfer a zipped file in ASCII and have it work correctly.

I don't know if this is possible with your tools, but you either need to tell the zipping program to convert the LR to CRLF or you need to do it at unzip.

The other option is to get a better text editor for windows that knows how to deal with file that use only LF for the end of line character. Incidentally, Wordpad (standard with Windows) can do this. However I would recommend Notepad++ or Textpad or Ultraedit, they are all better than the standard Windows Notepad.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PC Guides & IT News

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 2
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
Search our Forums:

Back to Top