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

prgeorge has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: VSAM file module
by Ovid (Cardinal) on Dec 27, 2001 at 03:00 UTC

    Well, you could read the responses to you original post. Reposting the same question isn't likely to do much good.

    Personally (I've worked with VSAM as I used to program on mainframes), I'd be concerned about letting newer Perl programmers touch mainframe production work. However, if you must do this, there are many C librararies which can read VSAM files. Learn Inline::C and you can interface directly to them as if they were Perl modules (albeit, with a little tweaking).

    Update: Corion reminded me that OS390::Stdio is what you are looking for. Did you look at it and find that it didn't fit your needs?