dealing with a large flat data files with a very big record length

Posted by gsp on Stack Overflow See other posts from Stack Overflow or by gsp
Published on 2010-06-11T13:50:14Z Indexed on 2010/06/11 13:52 UTC
Read the original article Hit count: 114

Filed under:

I have a large data file that is creatd from a shell script. Next script processes it by sorting and reading several times, that takes more than 14 hours, it is not viable. I want to replace this long running script with a program, probably in JAVA, C, or COBOl, that can run on windows or on sun solaris. I have to read a group of records everytime, sort and process and write to the output sort file and at the same time insert into db2/sql tables.

© Stack Overflow or respective owner

Related posts about c