Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DaanDL

    Read a .csv file in Cobol

    Thanks again for responding. @PHV: I tried your code, but unfortunately, the same result :( @Webrabbit: You're right, but I'm using Microsoft Excel 2003 to make the .csv file, and it alway's puts ";" instead of "," to separate new fields. But actually, that doesn't bother me. @Coboldeke: How...
  2. DaanDL

    Read a .csv file in Cobol

    Thank you for the quick reply. Unstring did the trick, but now I have another problem :) The program reads the last record twice and the two first numbers of that last(double) record are different! Strange... So my .csv has two records: 01;acti;01;2008-04-15 01:42:03;2008-04-15 01:42:03...
  3. DaanDL

    Read a .csv file in Cobol

    Hi all, I've been looking for hours on the net but found nothing really suitable. How can I read a csv file, containing records with structure: employeeID;type;typeID;startDate;endDate into this: FD CsvFile. 01 CsvRecord. 88...

Part and Inventory Search

Back
Top