Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Microfocus Cobol datafiles

by inman (Curate)
on Feb 03, 2006 at 15:01 UTC ( [id://527670]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://527670]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 01:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found