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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DinosaurCoder

  1. DinosaurCoder

    TXT File Created By Cobol Program

    Also keep in mind if the file needs to retain special characters (like tabs, form feeds...) or trailing spaces. Some compilers/runtimes (like Micro Focus) like to strip trailing spaces or automatically precede special characters with their own special characters.
  2. DinosaurCoder

    Speed of START verses READ on an indexed file

    A current project brought this up. I'm bumping two identical ISAM files against each other. For every record in file1 I look to see if there's a matching record in file2. If there is and the values of select fields are different I update those fields and rewrite the record in file2. Pretty...

Part and Inventory Search

Back
Top