http://www.perlmonks.org?node_id=527670


in reply to Microfocus Cobol datafiles

A search on Google yielded http://www.wotsit.org/search.asp?page=8&s=ALLFILES. There is a link to a file that describes the Microfocus COBOL format. This may help.

Replies are listed 'Best First'.
Re^2: Microfocus Cobol datafiles
by glasswalk3r (Friar) on Feb 03, 2006 at 16:35 UTC

    I'm not willing to read the whole document about COBOL format, but for registries with fixed size you will probably want to use pack and unpack. For variable size, you can use split, regular expressions and subtr to do the job.

    Once you have the abstraction to make the code smart enough to figure out which kind of format it uses, maybe you will want to write a module that reads the file and parses it in an easier way

    Alceu Rodrigues de Freitas Junior
    ---------------------------------
    "You have enemies? Good. That means you've stood up for something, sometime in your life." - Sir Winston Churchill