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

Is there a way to connect to IMS DB via perl, I could not find any example online. Please Let me know If there are any ways to connect

Replies are listed 'Best First'.
Re: IMS Database Connectivity
by 1nickt (Canon) on Jan 12, 2016 at 07:56 UTC

    DBD::JDBC ("The expected use for this module is as a DBI interface to databases with JDBC drivers but no DBI drivers")

    IBM's IMS Universal JDBC driver ("a standalone JDBC 3.0 driver for making SQL-based database calls to IMS databases")


    The way forward always starts with a minimal test.