×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

RM/COBOL DAT file data extraction

RM/COBOL DAT file data extraction

RM/COBOL DAT file data extraction

(OP)
I've been looking for information on the RM/COBOL internal file format to create a utility to extract data. Information on this file format is old, and I've searched through archive.org to look for old mentions on many websites from the 2000s.

I finally found a working solution with Delphi source code:
Matthews Software:
https://web.archive.org/web/20100427120826/http://...

Direct download:
https://web.archive.org/web/20010605164157/http://...

Delphi 4.0 Professional (from 1998):
https://winworldpc.com/product/delphi/4x

If you download the rm-decode.zip, and unzip it you'll see these files:
copying.txt
main.dcu
main.dfm
main.pas
rmClass.dcu
rmClass.pas
rmcobol.dpr
rmcobol.exe
rmcobol.txt

The attached 7-Zip file has everything except the exe file.

Running rmcobol.exe gives a UI which lets you open a file. It defaults to *.fq files by default. If you type in *.dat you can access those files. When selected, it creates a copy of the source filename with the ".out" extension, so file.dat becomes file.dat.out.

It only processes one file at a time, and you have to use the UI to select it. But since it comes with the original Pascal source code, it can be tweaked. The logic for decoding RM/COBOL files is also contained within.

It produces a flat file which is its best guess at what the original file format was based on observed field lengths. It does a pretty good job, but some columns are off by one space. Visually you can see this and repair it quickly. I've tested it processing up to 178 MB DAT files. It works.

The only other alternatives I've found for converting RM/COBOL files are $4900, or to use the utilities that come with a Micro Focus suite.

I hope someone finds this information useful. And if you have anything to add, please do so. I would really like to have a text-based explanation of how the RM/COBOL file structures work.

--
Rick C. Hodgin

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close